- Install NodeJS dependencies:
npm ci
- Install Python dependences:
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
-
Start development server:
npm run dev
-
Build site for production:
npm run build
-
Serve production site:
npm run serve