The project can be deployed to Vercel, Netlify or Cloudflare-Pages.
Fonts (google fonts but privacy-friendly): api.fonts.coollabs.io
# install dependencies
npm i
# run development sever
npm run all
# or start the server and open the app in a new browser tab
npm run all -- --open
# build project
npm run build
# preview build
npm run preview
Install commitizen
npm add -g commitizen
Use npm run commit
or npx cz
instead of git commit -m "..."
Use npm run prepare
before committing the first time.