/admin

Admin panel for NetDaemon

Primary LanguageTypeScript

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