Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 23 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,26 @@ And now you are ready to start the webserver::

Setting the environment variables is needed when developing on a PC.
Open your browser and point to http://localhost:8888/.

UI Development
---

To manage tooling, the use of `asdf` is required. Asdf is a version manager that allows you to easily install and manage multiple versions of different tools, such as Node.js. This is particularly useful when working on projects that require specific versions of tools.

To get started with asdf, you need to install it on your system. You can find installation instructions for your specific operating system on the asdf website.

The UI is built using Vite and React. To start the development server, first ensure that you have the required dependencies installed::

Install the required tools::

$ (cd src; asdf plugin-add nodejs pnpm; asdf install)

Install the required packages::

$ (cd src; pnpm install)

Then start the development server::

$ (cd src; pnpm dev)

This will start a development server on http://localhost:5173. The server will automatically reload when you make changes to the source code.
113 changes: 0 additions & 113 deletions html/allguis.html

This file was deleted.

40 changes: 40 additions & 0 deletions html/assets/index-BCKxSgB_.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/index-DiwrgTda.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions html/assets/index-irUF1Uvy.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions html/assets/react-CHdo91hT.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading