/loofti

Your product, built with Platter

Primary LanguageJavaScript

Your product, by Platter

Welcome

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).

What's next?

One-time setup:

If you haven't already done so, please:

  1. Install the platter CLI (command line interface):
    curl -fsSL https://install.platter.dev | sh
  2. Install Docker (Stable channel is strongly recommended):

Develop this product locally

  1. Clone this repository to your computer with git
    • If you're new to git and GitHub, instructions for cloning a repository are here.
  2. 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.
  3. 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.
  4. 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!