If you would like to contribute by fixing an open issue or developing a new feature you can use this suggested workflow:
- Create a new feature branch off the
main
branch.
pnpm install
pnpm run dev
- Open http://localhost:3000 with your browser to see a rudimentary playground.
- Open http://localhost:3001 with your browser to see the docs.
pnpm run test
-
Make and commit desired changes.
- Make sure to run
pnpm run lint --fix
before commiting to ensure that there are no linting errors.
- Make sure to run