Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.56 KB

DigiScript

A digital script project for cueing theatrical shows

Main Status: ESLint Pylint CodeQL

Dev Status: ESLint Pylint

Getting started

Requirements

  • Node v22.x (npm 10.x)
  • Python 3.10.x

Client

This installs and builds the client side files (nvm recommended)

cd client
npm ci
npm run build

Server

This installs the Python requirements needed to run the server (pyenv recommended)

cd server
pip install -r requirements.txt

Other Documentation