Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Latest commit

History

History

web

README.md

Web Client

To build using docker:

$ make

To build using npm:

install nodejs >= 8.0.0

$ npm install
$ npm run build

To run unit-tests:

$ npm run tdd

To run a local development server:

$ npm run start -- --proxy=https://host:port

For example, if you have a cluster https://mycluster.example.com and want to use it as a backend for your local WEB development, you can start a dev server with the following:

$ npm run start -- --proxy=https://mycluster.example.com

Then open https://localhost:8081/web