Deploy

Let's share your application with the world.

What are you trying to deploy?

Deployment Steps 🔗

Pre-requisites 🔗
  • curl https://webi.sh/node@lts | sh
  • npm i -g vercel
Create application 🔗
  • npm create svelte@latest sveltekit-app
  • cd sveltekit-app
Run application locally 🔗
  • npm run dev
Deploy application 🔗
  • vercel