- Introduction
- Quick Start
Introduction
Quick Start
We will assume that you have already installed shuttle. If you haven’t, you should check out our installation section.
To initialize your project, simply write:
cargo shuttle init
If you didn’t create the project environment in the init command, run:
cargo shuttle project new
And to deploy it:
cargo shuttle deploy
You can also run your project locally for development, check out our local run section.
Feel free to build on-top of the generated hello-world
example or take a stab
at one of our examples.