Auto-updated file in CI authored by Moritz Gleissner's avatar Moritz Gleissner
......@@ -113,20 +113,20 @@ axii workspace upgrade
Host the website locally on a server (if asked to install dependencies, answer with "y"):
[ options: -h | --help, -p | --port, -u | --url ]
```sh
fluxio_frontend_run_server
fluxio run server
```
Start the frontend in a dev environment (local server with hot reload):
[ options: -h | --help, -p | --port, -u | --url ]
```sh
fluxio_frontend_dev
fluxio run dev
```
Build the frontend for production:
```sh
fluxio_frontend_build
fluxio build
```
Update the npm packages used:
```sh
fluxio_frontend_install
fluxio install
```
For more information about the backend mock and how to use it please look [here](https://git.h2t.iar.kit.edu/sw/armarx/core/fluxio/backend-mock)
......
......