Brancher is a desktop app, built on Electron for visualizing JavaScript data structures. It was scaffolded with this boilerplate.
You can use it to create your own tree-like data structures and view the results, or see examples of functioning trees.
You can download a pre-release version of brancher from the releases page.
Download Brancher-0.0.3-mac.zip
Brancher is currently available for 64-bit Debian based systems.
Download brancher_0.0.3_amd64.deb
, and install through the Software Center, or by running sudo dpkg --install brancher_0.0.3_amd64.deb
Dowbload Brancher.Setup.0.0.3.exe
for 64-bit systems.
Once you have forked and cloned the repo, simply:
- Run
npm install
- Use
npm run hot-server
andnpm run start-hot
, ornpm run dev
to start the dev server - Be sure to follow the style guide, and run
npm run test
andnpm run lint
before submitting any changes