📲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-cliInstall 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-webbluerain plugins:add @blueeast/bluerain-cli-expobluerain plugins:add @blueeast/bluerain-cli-electronStart Project
Start the project in development mode.
bluerain web:startbluerain expo:startbluerain electron:startLast updated