This is the web frontend for SIMOC.
In order to use this frontend with SIMOC, you need to set up SIMOC and SIMOC Web on your machine.
This will build the frontend in the dist
directory and copy it in the backend.
If you want to make changes to the frontend:
- Set up SIMOC and SIMOC Web as described above
cd
in thesimoc-web
dir and runpython3 simoc-web.py shell
- In the shell, run
npm run dev
and open the browser at the given address
This will run a developer version of the frontend in a Docker container. You can now edit the source and see your changes live.