Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 451 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 451 Bytes

Contributing to js-data-express

Read the general Contributing Guide.

Project structure

  • doc/ - Output folder for JSDocs
  • src/ - Project source code
  • test/ - Project tests

Clone, build & test

  1. clone git@github.com:js-data/js-data-express.git
  2. cd js-data-express
  3. npm install
  4. npm test - Lint, build and test

See also Community & Support.