- Fork this repo https://github.com/acmcsufoss/fullyhacks.git
- npm install
- In .env file, add these to have the local API working:
- NEXT_PUBLIC_API_URL="http://localhost:3000"
- NEXTAUTH_URL="http://localhost:3000"
- NODE_ENV=dev
- npm run dev (website)
- prisma studio (database)
- Make sure to run
npm run format
-
Server environment variables should be kept confidential for participants privacy, only FullyHacks Web Team shall have access to it, but you can set up your own database and play around
-
Refer to .env.example for all possible environment variables