Are you thinking about getting involved with the library? Great!, there are a few things you need to know.
We have adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Just create a branch depending on the action
- Create a new hook -
hook/use-new-hook
- Improve current hook -
fix/hook-to-be-fixed
You can also log issues here
This repo contains 3 important parts:
- Root folder which has a rollup config to package the library for npm
npm run install
: Install dependencies and build the dist folder
npm run start
: Watch changes and rebuild dist
npm run build
: Re-build dist
folder
-
docs
folder - builds the docs hosted here -
npm run install
: Install dependencies -
npm run start
: Open your docs in the browser
-
playground
folder - Create React App withgsap
andsass
already installed to play around with your new hook :), you could use thedocs
too if you prefer -
npm run install
: Install dependencies -
npm run start
: Open your create-react-app on the browser