-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
In the source tree, you can run:
cd frontend && npm run dev
. It starts a HTTP server with hot-reloaded development version of the frontend application. You may need to adjustfrontend/public/config.json
with the address of your Slurm-web gateway.There is some documentation to setup a development environment here: https://github.com/rackslab/Slurm-web/blob/main/dev/README.md
But note this is not intended to be user friendly nor for general use…