/bork

Table planning/graph partitioning interface.

Primary LanguageCSSMIT LicenseMIT

bork

Table planning/graph partitioning interface. This is the frontend and you need to run it in conjunction with the backend.

User interface

Welcome to the readme!

Installation

Requirements

  • git
  • Node JS & NPM
  • A linux terminal or Cgywin installation to run it from.

To start, clone the repo into a new folder:

git clone https://github.com/jamjar919/bork.git

...or download it as a zip and extract all the files.

You will then need to install and run the bork-backend project to provide the actual solving capabilities. Get it from here: https://github.com/jamjar919/bork-backend

Then, cd into the working directory for the project. Run the command:

npm install

To install the packages required. Then run the command:

npm start

To run the start script. Try visiting localhost:8080, and you should see the application.