Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 523 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 523 Bytes

Contribute

Setting up development server

Install the development dependencies by running:

make install

Once your dependencies are installed, start the development server with:

make serve

This will start the development server available at http://localhost:2000.

Before submitting your pull request

make pre-publish

Will:

  • Generate docs (all README.md) files
  • Lint all files
  • Push modifications if it's necessary

Lint

Manage by Husky