Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 723 Bytes

CONTRIBUTING.md

File metadata and controls

59 lines (39 loc) · 723 Bytes

Contributing

We are always welcoming your contribution 👏


Setup | Running linting/tests


Developing

Setup

Fork the scaffdog repository to your GitHub Account.

Then, run:

$ git clone https://github.com/<your-github-username>/scaffdog
$ cd scaffdog
$ pnpm i

Then you can run:

$ pnpm build

Running linting/tests

You can run lint via:

$ pnpm lint

You can run eslint's autofix + prettier via:

$ pnpm format

You can run tests via:

$ pnpm test

You can run typecheck via:

$ pnpm typecheck