Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 710 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 710 Bytes

User Manual

Overview

Development Server

  • To start the development server, run the following command:

      npm start
    

Tests

  • To generate and execute tests, run the following command:

      npm test
    

Linting

  • To lint JavaScript files, run the following command:

      npm run lint-js
    
  • To lint Stylesheet files, run the following command:

      npm run lint-css
    

Documentation

  • Generated documentation can be found in doc/api.

  • To generate documentation, run the following command:

      npm run doc