@signalk/server-admin-ui
v2.10.0
Published
Signal K server admin webapp
Downloads
1,257
Keywords
Readme
@signalk/server-admin-ui
Used within the Signal K Node Server to render the admin interface.
This is its own package so when its installed the javascript asset files come compiled. It makes the build process from the git repo easier and more efficient.
Development
- Install dev packages with
npm i
. - Edit files with
/src
. - Run
npm run prepublishOnly
npm link
cd ../../
npm link @signalk/server-admin-ui
- Restart signalk
npm start