nervatura 5.0.1 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,8 +30,12 @@ or CSV data files
|
|
|
30
30
|
- sample report templates and [**REPORT EDITOR**](https://nervatura.github.io/nervatura/docs/client/program/editor) GUI
|
|
31
31
|
- PWA [**CLIENT**](https://nervatura.github.io/nervatura/docs/client) application and a basic **ADMIN** interface
|
|
32
32
|
|
|
33
|
-
The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance). The framework can be easily extended with additional interfaces and functions in the
|
|
34
|
-
|
|
33
|
+
The client and report interface supports [multilingualism](https://nervatura.github.io/nervatura/docs/start/customization#customize-the-appearance). The framework can be easily extended with additional interfaces and functions in the any languages.
|
|
34
|
+
|
|
35
|
+
See the [**Examples**](https://nervatura.github.io/nervatura/docs/start/examples) for more information:
|
|
36
|
+
- [Node.js and NPM](https://nervatura.github.io/nervatura/docs/start/examples/#nodejs-and-npm)
|
|
37
|
+
- [Python and Snap (or prebuild binaries)](https://nervatura.github.io/nervatura/docs/start/examples/#python-and-snap-or-prebuild-binaries)
|
|
38
|
+
- [Go and Docker](https://nervatura.github.io/nervatura/docs/start/examples/#go-and-docker)
|
|
35
39
|
|
|
36
40
|
[**Installation**](https://nervatura.github.io/nervatura/docs/install) and [**Quick Start**](https://nervatura.github.io/nervatura/docs/start)
|
|
37
41
|
|