Victor Nakoryakov 93e8af8b60 refactor(tests): move mocha-webpack options from package.json to .opts file
It helps to run tests only on specific test suites easily from command
line
2016-08-04 13:22:27 +03:00
2016-06-22 13:04:51 +03:00
2016-06-28 16:18:16 +03:00

XOD

Build Status

Deployment on localhost

$ npm install
$ npm start

Open http://localhost:8080 in your browser.

Maintenance Scripts

$ npm start

Run webpack dev server along with services enough to use XOD in a browser on localhost.

$ npm run lint

Check coding standards. It should return zero warnings and errors.

npm test

Build development version of xod and test it.

Building User Documentation

Refer to README in doc/ directory.

Languages
JavaScript 78.9%
C++ 11.7%
Reason 4.9%
SCSS 4.2%
Shell 0.1%