Changes
Page history
Auto-updated file in CI
authored
Jan 24, 2024
by
Moritz Gleissner
Show whitespace changes
Inline
Side-by-side
home.md
View page @
1f0d095e
...
...
@@ -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
)
...
...
...
...