Skip to content

Getting Started

Nimbus deploys serverless functions to an edge network in seconds. This page gets you from zero to a deployed function.

Terminal window
npm install -g @nimbus/cli
  1. Authenticate the CLI with your Nimbus account:

    Terminal window
    nimbus login
  2. Scaffold a new project:

    Terminal window
    nimbus init my-app
    cd my-app
  3. Start the local dev server, which emulates the edge runtime:

    Terminal window
    nimbus dev
  4. Deploy:

    Terminal window
    nimbus deploy