Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 303 Bytes

File metadata and controls

15 lines (11 loc) · 303 Bytes

First fork the project and clone it locally.

git clone <repo_url>
cd react-async-states
pnpm i -r
pnpm prepare
cd packages/react-async-states
pnpm dev

After working on something, make sure to add tests and that no existing test broke (pnpm test).

Then push and create a pull request.