This website is dedicated to explain everything you can do with Rec Room's New Circuits v2 or CV2 system
This app was created with BooGi.
- Node.js
- npm (included in Node.js)
-
Clone or download this repository.
git clone https://github.com/Alexa-RR/RecRoomCV2-Docs.git cd RecRoomCV2-Docs
-
Install build dependencies.
npm install -g gatsby-cli boogi-cli yarn && npm install
-
To start development server with live reload when something changes.
boogi develop
-
build application package ready for deployment.
boogi build
Built package will be created in
public
directory.