8000 GitHub - acmcsufoss/fullyhacks: ๐Ÿ˜ FullyHacks hackathon event, an ACM at CSUF production.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

acmcsufoss/fullyhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ FullyHacks 2025

Welcome to FullyHacks 2025 โ€” CSUF's first 24-hour in-person hackathon! This repository contains the codebase for the official website and supporting tools. See more info. about FullyHacks!

๐Ÿ›  Tech Stack

โš™๏ธ Local Development Setup

1. Fork & Clone the Repo

git clone https://github.com/acmcsufoss/fullyhacks.git
cd fullyhacks

2. Install Dependencies

npm install

3. Create a .env File

Add the following to your .env file to enable local development:

NEXT_PUBLIC_API_URL="http://localhost:3000"
NEXTAUTH_URL="http://localhost:3000"
NODE_ENV=dev

๐Ÿ’ก Refer to .env.example for all supported environment variables.

๐Ÿƒโ€โ™‚๏ธ Running the Project

Start the Website

npm run dev

Open Prisma Studio (for database inspection)

npx prisma studio

โœ… Before You Commit

  • Format your code using:
npm run format

๐Ÿ” Environment Variables & Privacy

  • Server environment variables are confidential to protect participant data.
  • Only the FullyHacks Web Team should use the production variables.
  • Youโ€™re welcome to connect your own database locally to explore.

โš ๏ธ Note

This repo is not connected to the live Vercel deployment due to Vercelโ€™s team organization costs.

About

๐Ÿ˜ FullyHacks hackathon event, an ACM at CSUF production.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 18

0