No description
| .vscode | ||
| website | ||
| .dockerignore | ||
| .gitlab-ci.yml | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
| scrap.md | ||
Docusaurus pages docs
These docs are directly hosted here. Click https://wui.pages.zweieuro.at/core/web-user-interface-docs/ to see the proper representation.
Building locally
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project.
-
cd website npm i --include=dev npm run start - Access site at https://localhost:3000
- generate static site with
npm build