A digital script project for cueing theatrical shows
- Node v22.x (npm 10.x)
- Python 3.10.x
This installs and builds the client side files (nvm recommended)
cd client
npm ci
npm run build
This installs the Python requirements needed to run the server (pyenv recommended)
cd server
pip install -r requirements.txt