Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 406 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 406 Bytes

MultiClassPlots

Development

Install NodeJS and NPM from https://nodejs.org/en/download/

Clone the repo:

git clone https://github.com/e-/MultiClassPlots.git
cd MultiClassPlots

Install the dependencies:

npm install

Start the dev server:

npm start

Open the address that the server gives and navigate to example.html.

Try npm link if there is a problem.