📲Quick Start

Install BlueRain CLI

The first step to get started is to install BlueRain CLI as a global dependency.

yarn global add @blueeast/bluerain-cli

Install Target Platform CLI Plugin

Next, you need to install the desired target platform plugin of BlueRain CLI. This plugin adds commands to the CLI that can perform platform specific tasks (i.e. start project in development mode, build project, etc).

bluerain plugins:add @blueeast/bluerain-cli-web

Start Project

Start the project in development mode.

bluerain web:start

Last updated