Skip to content

Commit

Permalink
Update README with german language client
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajlee committed Sep 18, 2023
1 parent 40c4379 commit 0d0e9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/README.md
Expand Up @@ -13,11 +13,11 @@ Both Windows and Mac OS are the supported operating systems.

* Clone the git branch and import the project in your favourite IDE.
* The project can be built via `npm run build`.
* The application is sorted into individual components. An overview of the components can be found via the styleguide: `npm run styleguide`
* The application is sorted into individual components. An overview of the components can be found via the styleguide: `npm run styleguide` (this is generated using Reactstyleguidist (https://github.com/styleguidist/react-styleguidist/)
* Dependencies are managed via the package.json file and NPM (Node 18 is required).
* Unit tests can be run via `npm run test` (interactive watch mode) or `npm run test:nowatch` (single run with no watch mode).

## Limitations of the client

* I cannot accept any warranty for loss of data through using this client or server.
* Currently the client is only available in English.
* Currently the client is only available in English and German.

0 comments on commit 0d0e9e2

Please sign in to comment.