The site for the Andy-Fin 22-23 Sophomore caucus.
Site: NextJS
Hosting: Vercel
To run this project, you will need to add the following environment variables to your .env file
MONGODB_URI
Clone the project
git clone https://github.com/leomet07/sophomore.stuysu.org
Go to the project directory
cd sophomore.stuysu.org
Install dependencies
npm install
Start the development server
npm run dev
Create a production build
npm run build
Run the production server
npm start