Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
/ admin Public archive

Admin panel for NetDaemon

Notifications You must be signed in to change notification settings

net-daemon/admin

Repository files navigation

Admin panel for NetDaemon

This is bundled with the container installations of NetDaemon.

example

Development

  1. Start the devcontainer
  2. run make to see what's there.

For full development setup you need to run 3 commands:

  • make start - Uses rollup to rebuild when needed.
  • make run - Run the admin site using node express.
  • make run-dummy-dev - Runs a dummy server that gives the same response as the NetDaemon backend.

the admin site will be available on port 1337

development