⚠️ This repository is in maintenance mode. This codebase is still in use in production but is no longer receiving new features. All development efforts are being migrated to catalog-frontend. Critical bug fixes will still be applied until migration is complete.
Web frontend for data service catalog. This application is part of the registration solutions.
For a broader understanding of the system’s context, refer to the architecture documentation wiki. For more specific context on this application, see the Registration subsystem section.
- Node.js >=18.12.1
- npm >=10.2.3
- Docker
- docker-compose
Clone the repository:
git clone https://github.com/Informasjonsforvaltning/dataservice-catalog-gui.git
cd dataservice-catalog-guiInstall dependencies:
npm installStart the development server:
npm run startGo to http://localhost:8080