My personal homepage.
Requirements: Node.js, pnpm, Docker (optional)
Local development
pnpm install
pnpm devor using docker compose
make watchBuilding the production image
make build-prodRemove everything
make destroyEnsure Playwright browsers are installed
pnpm exec playwright installBuild the project and run tests
pnpm build
pnpm pw:test