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.

  1. Make sure you have installed either npm or yarn.
  • Instructions for installing npm can be found here
  • Instructions for installing yarn can be found here
  1. 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.

⚠️ **GitHub.com Fallback** ⚠️