Add units to the charts
First, copy config/local.json.example to config/local.json and change the values if necessary.
config/local.json.example
config/local.json
Make sure you have npm installed. Then, execute:
npm
npm install
This will build the assets and place them in dist/ folder. To build them manually, execute:
dist/
npm run webpack
Or, if you have webpack installed globally, just:
webpack
For local development, watch mode may come in handy:
npm run webpack-watch
or:
webpack --watch
KrakSat(SMOG-P 立方星团队)地面站 Web 应用,用于遥测数据可视化。镜像收录自 https://github.com/KrakSat-2016/kraksat-webapp,License:MIT
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
kraksat-webapp
Installation
First, copy
config/local.json.exampletoconfig/local.jsonand change the values if necessary.Make sure you have
npminstalled. Then, execute:This will build the assets and place them in
dist/folder. To build them manually, execute:Or, if you have webpack installed globally, just:
For local development, watch mode may come in handy:
or: