legorange
Draw someting in real time with legorange.
Implemented with :
Signalisation is stored on a namespace named legorange. It can be changed.
Getting started
Ensure you have node greater than version 4 (Code contains es6 syntax)
Installation
-
Get repo with
git clone https://github.com/webcom-components/legorange
-
Delete the existing git repository by running
rm -rf .git
-
Run
npm install
to install the dependencies
Help on tasks
npm run
Build
To only build legorange app in ./dist folder
legorange is on https://io.datasync.orange.com
npm run build
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is legorange
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
Build and watch out legorange
To build and launch a web server on port 8080
npm run serve
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is legorange
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
Dev server
To build and launch a dev web server on port 8080
npm start
Optional env variables :
- NAMESPACE : namespace for signalisation. Default is legorange
- WS_SERVER : webcom server url. Default is https://io.datasync.orange.com
- PUBLIC_PATH : relative path of application. Default is /
License
Code released under the MIT license.