Sample SvelteKit app with PocketBase integration
The pocketbase-sveltekit-auth project demonstrates the integration of PocketBase with SvelteKit 1.0. It includes features like login and registration pages, as well as examples of retrieving the current user. The project can be followed along with a video on YouTube.
To get started with the pocketbase-sveltekit-auth project, follow these steps:
.env.example
to .env
and make any necessary changes.npm install
(or pnpm install
or yarn
).To build a production version of your app:
npm run build
to create a production build.npm run preview
.The pocketbase-sveltekit-auth project demonstrates the integration of PocketBase with SvelteKit 1.0. It provides features like login and registration pages, as well as examples of retrieving the current user. Follow the installation guide to get started with the project and build a production version for deployment.