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