Getting Started
-
Create an account on dash.zugriff.eu
-
Create an organisation and a project
-
Create a deployment token
-
Download the zugriff CLI
Terminal window npm i -g zugriff -
Create a local project
Terminal window zugriff new my-new-project --typescript -
Enter the directory and install all dependencies
Terminal window cd my-new-project && npm i -
Deploy and forget!
Terminal window zugriff deploy --deploymentToken <TOKEN>