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
  • curl https://sdk.cloud.google.com | bash
Create application 🔗
  • npm init solid@latest solidstart-app
  • cd solidstart-app
Run application locally 🔗
  • npm run dev
Deploy application 🔗
  • gcloud run deploy solidstart-app --allow-unauthenticated --region=us-central1 --source=.