mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI"
This commit is contained in:
parent
a10cc14d06
commit
219aeaa1b7
100 changed files with 27369 additions and 1072 deletions
27
server/ui/README.md
Normal file
27
server/ui/README.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Website
|
||||
|
||||
This folder contains the ui, served by the daemon version of the validator. At
|
||||
the moment, this is generated within this module and copied to the actual source
|
||||
location of the daemon. There are plans to modularize the whole validator source
|
||||
in the future so that this will be done by build process.
|
||||
|
||||
This ui is built using [Docusaurus 2](https://docusaurus.io/), a modern static
|
||||
website generator.
|
||||
|
||||
### Local Development
|
||||
|
||||
```
|
||||
$ npm start
|
||||
```
|
||||
|
||||
This command starts a local development server and opens up a browser window.
|
||||
Most changes are reflected live without having to restart the server.
|
||||
|
||||
### Build
|
||||
|
||||
```
|
||||
$ npm build
|
||||
```
|
||||
|
||||
This command generates static content into the `build` directory and must be
|
||||
copied to `src/main/resources/ui`
|
||||
Loading…
Add table
Add a link
Reference in a new issue