HackGT's judging system!
- Run
npm install
to install dependencies
Note: Ensure you start the server before the client
- Start Postgres server and ensure ballot database exists
cd server
- Copy
.env.example
to.env
and fill in env vars npm start
to build and run server- Visit
localhost:3000
to see server
cd client
npm start
to start frontend- When prompted with
Would you like to run the app on another port instead? (Y/n)
, typey
- Visit
localhost:3001
to view React client