Quick Start
Fire upp your first project after installation π
This page assumes that you have installed the Shuttle CLI. If you havenβt, go to the installation guide.
Login
The login command opens the Shuttle Console to authenticate your CLI:
Create your first project
The init command lets you generate a Hello World project or clone one of our examples or templates. For your first project, try a Hello World template.
You can then cd
into the created folder and run your app locally. Check out the local run page for more.
Then, the app can be deployed with:
This uploads your code and builds it. After that, the resulting Docker image is launched and hosted, and can start receiving HTTPS traffic.
Shuttle remains fully committed to providing an excellent development and deployment experience to all users.
In order to keep the free Community Tier sustainable and fair on shuttle.dev, we reserve the right to automatically shut down Community Tier projects after 30 days of inactivity (no new deployments).
This policy will be adjusted as the shuttle.dev platform matures.
To learn more about available deployment configuration, check out Deployment files.
Was this page helpful?