Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 747 Bytes

CONTRIBUTING.md

File metadata and controls

59 lines (39 loc) · 747 Bytes

Contributing

We are always welcoming your contribution 👏


Setup | Running linting/tests | Writing tests


Developing

Setup

Fork the acot repository to your GitHub Account.

Then, run:

$ git clone https://github.com/<your-github-username>/acot
$ cd acot
$ yarn

Then you can run:

$ yarn build

Running linting/tests

You can run lint via:

$ yarn lint

You can run eslint's autofix + prettier via:

$ yarn format

You can run tests via:

$ yarn test

Writing tests

T.B.D