What are you trying to deploy?
Pre-requisites 🔗
- curl https://webi.sh/node@lts | sh
- curl https://sdk.cloud.google.com | bash
Create application 🔗
- npm create svelte@latest sveltekit-app
- cd sveltekit-app
Run application locally 🔗
- npm run dev
Deploy application 🔗
- gcloud run deploy sveltekit-app --allow-unauthenticated --region=us-central1 --source=.