Find out more about us by going through the documentation
Click here to contact us directly!
- Node version -
16.16.0
- React version -
18.2.0
npm install && npm start
pre-commit
hook to format with prettier.pre-push
hook to run tests (far future).- configure with git
git config core.hooksPath hooks/*
- give the files execute perms
chmod +x hooks/*
- install prettier
npm install --save-dev --save-exact prettier
MIT