Application for beachfront-api with EdgeDB backend
# requires bun
curl -fsSL https://bun.sh/install | bash
# install dependencies
bun i
# setup husky
bun run prepare
# open `pre-commit` file
nano ./.husky/pre-commit
# add this line, save, and close
bun run pre-commit# development
bun run watch
# production
bun startbun run lintprettier-plugin-sveltewas removed because it still doesn't support Prettier 3.0