Contribute to the project
Any kind of contribution is welcome.
start contributing to the project by submitting pull requests
Todos
- ⚡ Improve the documentation
- ⚡ Add unit-tests
Documentation
Husky.Net documentation is powered by vuePress, All the markdown source files are placed in docs
directory.
by running the following commands, you can run the documentation site locally:
yarn install
yarn dev
1
2
2
npm install
npm run dev
1
2
2
How to contribute
check out the github contributing guideopen in new window