Database schema and migrations for OpenMarch
-
Install Bun
-
Install dependencies
bun install
-
Add Husky config file (referenced from this issue)
- Look at how to find your Bun path
# in MacOS or linux mkdir ~/.config/husky --parents echo "export BUN_INSTALL=$HOME/.bun" >> ~/.config/husky/init.sh echo "export PATH=${BUN_INSTALL}/bin:$PATH" >> ~/.config/husky/init.sh