- Clone the repo
- Install all npm dependencies:
npm install- (optional) Install all python util dependencies:
cd util
poetry installTo start the website in development mode:
npm run devTo format the code:
npm run formatTo update the event/team database:
cd util
poetry run python main.pyTo start in production mode:
npm start