# Showcase - SvelteKit & PocketBase Application
This is a project focused on building a full stack application using SvelteKit, PocketBase, and DaisyUI.
Start PocketBase Server
cd apps/backend
./pocketbase serve
Install Dependencies
cd apps/web
npm i
Start Dev Server
cd apps/web
npm run dev