- Clone repo
- Use Node 22 (see .nvmrc):
nvm useorfnm use - Run:
# First time install and start script
yarn && yarn start$ yarn
# or
$ yarn install
# Start dev server on http://localhost:3000
$ yarn start
# or
$ yarn dev
$ yarn build
$ yarn test # Vitest watch mode
$ yarn test:run # Vitest single run
$ yarn test:ui # Vitest UI
$ yarn preview # Preview production buildDeployed on netlify from master branch
- TypeScript
- Vite
- React 19
- Tailwind-css
- Tailblocks
- Sass
- Netlify
- Icons from fontawesome
