HackGT's judging system!
npm install
to install dependenciesNote: Ensure you start the server before the client
cd server
.env.example
to .env
and fill in env varsnpm start
to build and run serverlocalhost:3000
to see servercd client
npm start
to start frontendWould you like to run the app on another port instead? (Y/n)
, type y
localhost:3001
to view React client