This is bundled with the container installations of NetDaemon.
- Start the devcontainer
- 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