Basic installation - VisBOL/visbol2 GitHub Wiki
VisBOL 2 is published as two packages on npm. These two packages are visbol
and visbol-react
. visbol
is VisBOL 2's back-end, and visbol-react
is VisBOL 2's front-end (a React component). Below are installation instructions for these two packages.
- Instructions for installing npm can be found here
- Instructions for installing yarn can be found here
- Install packages in your project's directory
- If you're using npm:
cd <PROJECT DIRECTORY NAME>
npm i visbol
npm i visbol-react
- If you're using yarn:
cd <PROJECT DIRECTORY NAME>
yarn add visbol
yarn add visbol-react
You are now ready to use VisBOL in your project! See our guide for using VisBOL here.