Cloning from GitHub - VisBOL/visbol2 GitHub Wiki
In some cases, developers may want to make changes VisBOL's code. In order to do this, developers can clone VisBOL's repository on GitHub. The following steps provide instruction for cloning the repository.
- Make sure you have git installed, along with either the npm or yarn package manager.
- Copy the repository's address -
https://github.com/VisBOL/visbol2.git
- In your computer's terminal, run
git clone https://github.com/VisBOL/visbol2.git
in the directory you would like the VisBOL clone to reside. - Install dependencies in the back-end.
- Install dependencies in the front-end.
You now can edit and use your VisBOL clone! For instructions on using VisBOL, visit this documentation.