An open API service indexing awesome lists of open source software.

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.

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/)