-
Download the latest version of Pocketbase from https://pocketbase.io/docs/
-
Start PocketBase
./pocketbase serve- Navigate to the Admin UI and create a new user
- Add a new user to the users collection (this collection will be used by the app for authentication)
Once you have cloned the repository and verified it, install the dependencies with
npm installCreate a copy of .env.example and modify it so that POCKETBASE_URL points at your PocketBase instance,
- Start the database (if not running already)
./pocketbase serve- Start the application
npm run devYou can use the Theme Generator for customizing your theme. Turn on preview, edit the theme as you would like. Once done click the Show Theme Source button on the site and replace the contents of theme.ts with the generated code.