Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 894 Bytes

README.md

File metadata and controls

63 lines (39 loc) · 894 Bytes

The Sophomore Caucus Website

The site for the Andy-Fin 22-23 Sophomore caucus.

Production

sophomore.stuysu.org

Tech Stack

Site: NextJS

Hosting: Vercel

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI

Run Locally

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

Authors