Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 721 Bytes

File metadata and controls

52 lines (35 loc) · 721 Bytes

Gibraltar

Project Gibraltar is a network visualization library for the iland Secure Cloud. The visualization is rendered to an HTML5 canvas and is drawn with PaperJS.

Contributing

Contributions to this project are welcomed. Please read the following documentation to learn more about the development protocol and best practices for this project.

Development Environment

Install the project dependencies:

npm install

Start a development server for the demo project:

npm run serve-demo

Run the linter:

npm run lint

Run the unit tests:

npm test

Build the demo:

npm run build-demo

Build the project:

npm run build

Build the docs:

npm run docs