Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 146 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 146 Bytes

Contributing

Development

Run the server locally in development mode:

$ npm install && npm run dev

Run tests:

$ npm test