- GitHub account with ssh access
- Node.js v22.17.0 or install latest mise-en-place or nvm
- Pnpm v10.13.1 via
corepack enable - pre-commit latest version
- Install all vscode extensions in .vscode/extensions.json
-
Clone the repository:
git clone git@github.com:oxwazz/rehookify_datepicker_vue.git
-
Install Dependencies:
pnpm install
-
Install the git hook scripts:
pre-commit install
and then,
pre-commit install --hook-type commit-msg
-
Run the playground:
pnpm play # or nr play
done 🎉