Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 750 Bytes
  1. Open an issue to discuss the feature you want to implement or need. This will help us to figure out how to fit it in and will avoid unnecessary work on your part.
  2. Implement whatever you want and write tests
  3. Make sure npm test passes. This will run your tests and lint the code.
  4. Once you are happy with the code, add yourself to the project contributors (./CONTRIBUTORS.md).
  5. Create a PR against the master branch

Development

lang: bash
---
npm run init
npm start
open http://localhost:3000

This process will run smoketest. You can also do npm run site.

To build the project automatically, use npm run build:watch. npm run test:watch does the same for tests.