https://github.com/danskernesdigitalebibliotek/dpl-web
Website-suite for the Public Libraries of Denmark.
https://github.com/danskernesdigitalebibliotek/dpl-web
drupal library nextjs react
Last synced: 29 days ago
JSON representation
Website-suite for the Public Libraries of Denmark.
- Host: GitHub
- URL: https://github.com/danskernesdigitalebibliotek/dpl-web
- Owner: danskernesdigitalebibliotek
- Created: 2026-02-05T14:59:07.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2026-05-17T21:59:58.000Z (about 1 month ago)
- Last Synced: 2026-05-17T22:22:27.576Z (about 1 month ago)
- Topics: drupal, library, nextjs, react
- Language: TypeScript
- Homepage: https://danskernesdigitalebibliotek.github.io/
- Size: 216 MB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DPL Web Monorepo
Monorepo for the Danish Public Libraries (DPL) web platform, containing four interconnected projects.
## Projects
- **[cms](./cms/)** - Drupal-based CMS
- **[design-system](./design-system/)** - UI component library
- **[go](./go/)** - Next.js frontend for youth-focused “Go” sites.
- **[react](./react/)** - React component library
## Documentation
**📖 [See full documentation](./docs/)**
For detailed information about the projects, setup instructions, and development guidelines, see the [docs](./docs/) directory.
## Quick Start
Each project has a `task dev:reset` command to set up the development environment:
- **CMS:** `cd cms && task dev:reset`
- **Design System:** `cd design-system && task dev:reset`
- **Go:** `cd go && task dev:reset`
- **React:** `cd react && task dev:reset`
See individual project documentation for additional commands.
## Resources
- [DPL Documentation Site](https://danskernesdigitalebibliotek.github.io/dpl-docs/)
- [Det Digitale Folkebibliotek](https://detdigitalefolkebibliotek.dk/)