-
To start the development server, run the following command:
npm start
-
To generate and execute tests, run the following command:
npm test
-
To lint JavaScript files, run the following command:
npm run lint-js
-
To lint Stylesheet files, run the following command:
npm run lint-css
-
Generated documentation can be found in
doc/api
. -
To generate documentation, run the following command:
npm run doc