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!
- Framework: Next.js
- Styling: TailwindCSS, DaisyUI
- ORM: Prisma
- Database: MongoDB
git clone https://github.com/acmcsufoss/fullyhacks.git
cd fullyhacks
npm install
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.
npm run dev
npx prisma studio
- Format your code using:
npm run format
- 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.
This repo is not connected to the live Vercel deployment due to Vercelโs team organization costs.