GitHub

Introduction

Quick start

Let's discover Outblocks in less than 5 minutes.

Install CLI

macOS

# install CLI
brew install outblocks/tap/ok


# upgrade CLI
brew upgrade outblocks/tap/ok

Windows

scoop bucket add outblocks-cli https://github.com/outblocks/outblocks-scoop.git


# install CLI
scoop install outblocks-cli

NPM

# install CLI
npm install -g outblocks-cli


# upgrade CLI
npm update -g outblocks-cli

Init and deploy a project

# init your project (in your project folder)
ok init


# add an app
ok apps add


# deploy your project
ok deploy

That's all! Now you have your app deployed. Read Step by Step guide for a more detailed explanation.

Previous
How does it work?