/Studio404

Art404 CMS

Primary LanguageJavaScript

Studio404

Studio404 CMS React App

Setup

Clone the repo. Run:

npm i
npm start

Running Tests

Run the following two commands:

./scripts/compile_tests.sh; mocha test-build/tests.js

When developing tests you can have them both watch for changes while you code:

./scripts/compile_tests.sh --watch
mocha test-build/tests.js --watch