Monorepo for the Danish Public Libraries (DPL) web platform, containing four interconnected projects.
- cms - Drupal CMS
- design-system - UI component library
- go - Next.js frontend
- react - React component library
For detailed information about the projects, setup instructions, and development guidelines, see the docs directory.
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.