Skip to content

Getting Started

  1. Create an account on dash.zugriff.eu

  2. Create an organisation and a project

  3. Create a deployment token

  4. Download the zugriff CLI

    Terminal window
    npm i -g zugriff
  5. Create a local project

    Terminal window
    zugriff new my-new-project --typescript
  6. Enter the directory and install all dependencies

    Terminal window
    cd my-new-project && npm i
  7. Deploy and forget!

    Terminal window
    zugriff deploy --deploymentToken <TOKEN>