First install the dependencies:
pnpm install
Then, to launch a dev server:
pnpm dev
Or, to build for production:
pnpm build
This will bundle the app into ./dist. You cen serve it with
pnpm dlx serve --single ./dist
The app is also deployed at pinokoisk.netlify.app