- NodeJs >= 12.13.0
- Python 3.8.5
Create env:
python -m venv .env3.8
Use new env:
source ./.env3.8/bin/activate
Install Python dependencies:
pip install -r requirements.txt
Install NodeJs dependencies:
npm install
=====================================
Run this command in the shell:
npm run dev
=====================================
Run this command in the shell:
npm run build && npm run start