0.0.10 • Published 10 months ago

@indiscale/caosdb-webui-core-components v0.0.10

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
gitlab
Last release
10 months ago

CaosDB WebUI 2 - Core Components

This module contains the core components of the CaosDB WebUI 2.

See docs.indiscale.com for more information about the CaosDB Project.

Development Setup

Install all necessary stuff

  • run npm install

Start the development server

  • run npm run mock
  • go to http://localhost:8083/ in your browser (or whatever it says on the output of the previous command).

Source Code

All the interesting files are below src/

See especially

I18n (Internationalisation)

  • We use the i18next-react framework.
  • The configuration is rather static right now and resides in src/i18n.js.
  • Currently, languages "de" and "en" are supported.
  • run npm run i18n to update extract keys and update the translation files under ./locales/.

Copyright

Copyright (C) 2021 Timm Fitschen t.fitschen@indiscale.com Copyright (C) 2021 IndiScale GmbH info@indiscale.com

(unless stated otherwise in the files)

Licence

AGPL-3.0-or-later