- npm
meteor npm install npm@latest -g
- Node needs to be updated v12+
- Clone the repo
git clone
- Install NPM packages
meteor npm install
- Run
meteor npm start
- python3
- Create environment
python3 -m venv .env
- Install requisites
pip install -r requisites.txt
- Run
python3 server.py
- TODO - 1
- TODO - 2