Thanks for joining us as an early release user! If you've made it this far, you have:
- authenticated to platter.dev via GitHub
- created a Platter product
- navigated to its GitHub repository (or a local copy of it).
If you haven't already done so, please:
- Install the
platter
CLI (command line interface):curl -fsSL https://install.platter.dev | sh
- Install Docker (Stable channel is strongly recommended):
- Clone this repository to your computer with
git
- If you're new to
git
and GitHub, instructions for cloning a repository are here.
- If you're new to
- Navigate into the local folder you cloned and run
platter start
to develop your product locally.- Each component watches for changes and builds/reloads automatically.
- If your app has a database, run
platter data
to see what commands there are for migrating your database schema.
- Open pull requests, review them, and then merge (or just push
changes straight to master if you're in a hurry): Platter will take
care of deploying every changed component each time the
master
branch changes. - Use the dashboard at app.platter.dev to keep an eye on build/deployment status, runtime logs, and other product configuration and monitoring settings.
Thanks for taking the time: let us know on our feedback form or at hello@platter.dev if you have any feedback or requests!