Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 514 Bytes

Deploy A Full Stack SvelteKit App

Learn how to deploy a full stack SvelteKit app with Supabase and Vercel for free.

Post

✍️ https://joyofcode.xyz/sveltekit-deployment

Get Started

💾 Create a new GitHub project and use degit to copy this project and push it to your repository

pnpx degit joysofcode/sveltekit-deploy

📦️ Install dependencies

pnpm i

💿️ Run the development server

pnpm run dev