This project is being built in a series on my YouTube Channel focused on building a full stack application with SvelteKit, PocketBase, and DaisyUI.
Show instructions
-
Clone the branch for that episode (replace
episode-1
with whatever episode you are looking to clone):$ git clone --single-branch --branch episode-1 https://github.com/huntabyte/showcase.git
-
Start PocketBase Server
cd apps/backend ./pocketbase serve
-
Install Dependencies
cd apps/web npm i
-
Start Dev Server
cd apps/web npm run dev
Show instructions
-
Clone the repository:
git clone https://github.com/huntabyte/showcase.git
-
Start PocketBase Server
cd apps/backend ./pocketbase serve
-
Install Dependencies
cd apps/web npm i
-
Start Dev Server
cd apps/web npm run dev