This is the PocketBase Site (aka. https://pocketbase.io), built with SvelteKit.
Download the repo and run the appropriate console commands:
# install dependencies
npm install
# start a dev server with hot reload at localhost:5173
npm run dev
# or generate production ready bundle
npm run build