Skip to content

Content Management System (CMS) for managing database of theatrical productions, materials, and associated data

License

Notifications You must be signed in to change notification settings

andygout/dramatis-cms

Repository files navigation

dramatis-cms CircleCI

Content Management System (CMS) for managing database of theatrical productions, materials, and associated data.

Setup

  • 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

To run locally

  • Ensure an instance of dramatis-api is running on http://localhost:3000
  • Run server using $ npm start and visit homepage at http://localhost:3001

To run linting checks

  • $ npm run lint-check

To run unit tests

  • $ npm run unit-test

About

Content Management System (CMS) for managing database of theatrical productions, materials, and associated data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published