Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 555 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 555 Bytes

Alt text

Artdrop

Artdrop React App

Setup

Clone the repo. Run:

npm i
npm run dev

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

Prod build

The following creates a new build.js file under the hosted-dir directory.

./build.sh