No description
This repository has been archived on 2025-11-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-07-26 11:50:07 +02:00
.vscode structure it better 2024-07-21 16:00:20 +02:00
website add testing and some node docs 2024-07-26 11:49:24 +02:00
.dockerignore init 2024-03-09 17:04:50 +01:00
.gitlab-ci.yml remove unneeded stage 2024-05-05 14:34:55 +02:00
docker-compose.yml init 2024-03-09 17:04:50 +01:00
Dockerfile init 2024-03-09 17:04:50 +01:00
README.md add prefix 'core' 2024-07-14 19:26:20 +02:00
scrap.md add prefix 'core' 2024-07-14 19:26:20 +02:00

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:

  1. Fork, clone or download this project.
  2. cd website
    npm i --include=dev
    npm run start
    
  3. Access site at https://localhost:3000
  4. generate static site with npm build