Get started with your first Shuttle project and deploy it to the cloud 🚀
This guide assumes you have installed the Shuttle CLI. If you haven’t, please visit the installation guide first.
First, you’ll need to authenticate with Shuttle. The login command will open your browser to the Shuttle Console where you can authenticate:
The init
command helps you create a new Shuttle project. You can choose from:
For your first project, we recommend starting with the Hello World template:
Before deploying, you can run your project locally to test it:
When you’re ready to deploy your project to the cloud:
This will: