Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Getting Started

Robert Wilcox edited this page Dec 12, 2018 · 1 revision

Install From NPM

To get started, just run:

$ npm install vrv

Then, you're done!

Install From Source

To install from source (and install Node.js), run the following commands:

$ cd ~
$ curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
$ sudo bash nodesource_setup.sh
$ sudo apt-get install nodejs
$ sudo apt-get install build-essential
$ git clone https://github.com/stampylongr/vrv.js.git
$ cd vrv.js
$ npm install

Navigation

Clone this wiki locally