Works best on desktop
This is a demo to show off the capabilities of Pocketbase and Sveltekit in a real time social media app.
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To start the database, in a separate terminal run
./pocketbase serve
To create a production version of the app:
npm run build