A website to view information on all the clubs, plus what's happening on campus
- Create a
.env.devand a.env.prodfile in the root directory based off of.env.example - Make sure you have the VSCode extensions Prettier and ESLint installed
npm run devto run locally with live updatesnpm run devprodto run locally with the prod database, with live updatesnpm run buildto build for prod, thennpm run startto run locally as prod
Make sure to run npm run build && npm run start before submitting a pull request, as sometimes errors will only show up in prod!