Getting Started
Quick Start
We will assume that you have already installed Shuttle and logged in. If you haven’t, you should check out our installation section.
Creating your first project
To initialize your project, simply write:
You can then cd
into the folder and try the app locally:
In case you didn’t create the project environment in the init
command, run:
Then, the app can be deployed with:
--allow-dirty
or --ad
allows deploying with uncommitted git changes.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!” project or check out one of our examples or templates.
Was this page helpful?