Svelte Society Stockholm Meetup Nov-22 - Svelte for Everyone
Repo for the meetup on November 23rd, 2022
Get the project running
- Download PocketBase, releases can be found on the GitHub release page. We used version 0.8.0.
- Register an account.
- Import the pb_schema.json as your schema in the PocketBase settings.
- Run
./pocketbase serve
from where the pocketbase file is located.
- Add
API_URL=http://127.0.0.1:8090/api
to your .env file in this repo.
- Run
pnpm run dev
.
- Profit!