@signalk/server-admin-ui

Signal K server admin webapp

Usage no npm install needed!

<script type="module">
  import signalkServerAdminUi from 'https://cdn.skypack.dev/@signalk/server-admin-ui';
</script>

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