A collection of helpers for use in React projects.
Clone repo, make sure you are using the correct version of Node, and install dependencies:
yarn
This will make Vite run a production build with --watch
for the hooks so you can develop the docs while still being able to tweak them.
yarn start
If you'd like to work on hooks in isolation and see them in action, you can run the playground:
cd packages/wethegit-react-hooks
yarn dev