Skip to content

Quick Start

This guide walks you through creating your first project, deploying it, and verifying the result. You should be up and running in under five minutes.

  • An Acme Platform account (sign up free)
  • Node.js 18 or later installed on your machine
  1. Install the CLI

    Terminal window
    npm install -g @acme/cli
  2. Authenticate

    Terminal window
    acme login

    This opens your browser to complete the OAuth flow.

  3. Initialize a new project

    Terminal window
    acme init my-first-project
    cd my-first-project
  4. Deploy to a preview environment

    Terminal window
    acme deploy --preview

Now that your project is live, explore the Authentication guide to learn how to secure your API endpoints, or dive into the API Reference for a full list of available resources.