validator/server/ui
2025-09-10 19:38:40 +02:00
..
docs Updated to new JS component versions; #153 2025-09-10 19:38:40 +02:00
src Updated to new JS component versions; #153 2025-09-10 19:38:40 +02:00
static Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
.eslintignore Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
.eslintrc Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
.gitignore Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
.prettierignore Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
.prettierrc.js Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
babel.config.js Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
docusaurus.config.js Updated to new JS component versions; #153 2025-09-10 19:38:40 +02:00
package-lock.json Updated to new JS component versions; #153 2025-09-10 19:38:40 +02:00
package.json Version bump to Docusaur 3.x (#153) 2025-09-10 15:58:45 +02:00
README.md Updated 2025-09-10 19:09:46 +02:00
sidebars.js Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00
tsconfig.json Resolve https://projekte.kosit.org/kosit/validator/-/issues/97 "Replace docsify from UI" 2022-11-18 07:21:56 +00:00

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 3, 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 run build

This command generates static content into the build directory and must be copied to src/main/resources/ui