Skip to content

Team973/greyscout

Repository files navigation

Team 973 GreyScout

Installation

  1. Clone the repo
  2. Install all npm dependencies:
npm install
  1. (optional) Install all python util dependencies:
cd util
poetry install

Development

To start the website in development mode:

npm run dev

To format the code:

npm run format

To update the event/team database:

cd util
poetry run python main.py

Running in Production

To start in production mode:

npm start