This is the mono repository for the Open Data Hub Data Browser.
It contains the Data Browser application and its Web Components. You can find more details about those projects (development, build and more) in the corresponding folders.
These instructions will get you a copy of this mono repository and prepare it for development.
Please take a look at the subprojects and their corresponding README.md
files inside this mono repository to see
how to do develop, test and build.
To build the projects in the repository, the following prerequisites must be met:
- Node.js, at least v12 (see https://nodejs.org/en/about/releases/)
If you want to use Docker instead, take a look at the Docker environment section.
Get a copy of the repository, e.g. by cloning it from the following location:
git clone https://github.com/noi-techpark/it.bz.opendatahub.databrowser
Change directory:
cd it.bz.opendatahub.databrowser
Install Lerna:
npm ci
Install the dependencies of all subprojects in this mono repository:
npm run bootstrap
Please take a look at the README.md
files of the subprojects in this mono repository for further setup details.
For support, please contact Christian Gapp or NOI Techpark Südtirol - Alto Adige.
Please take a look at the Contributor Guidelines.
You can find an introduction on how to start developing in the contribute-to-development file.
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
The code in this project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE license, Version 3. See the LICENSE file for more information.