Content Management System (CMS) for managing database of theatrical productions, materials, and associated data.
- Clone this repo
- Set Node.js to version specified in
.nvmrc, which can be achieved by running$ nvm use(if using Volta then it will be set automatically) - Install Node.js modules:
$ npm install - Compile code:
$ npm run build
- Ensure an instance of
dramatis-apiis running onhttp://localhost:3000 - Run server using
$ npm startand visit homepage athttp://localhost:3001
$ npm run lint-check
$ npm run unit-test