The frontend applications for Pledari Grond - a comprehensive Rumantsch language dictionary and administration platform.
This monorepo contains two Angular-based applications:
- frontend - Public-facing dictionary search application
- admin - Administration interface for dictionary management
- Node.js 22+ (compatible with pnpm)
- pnpm 10.12.4+
The project uses pnpm as its package manager. Install it globally if you haven't already:
npm install -g pnpmOr use corepack (included with Node.js 16.13+):
corepack enableThe user facing web application that allows searching in the dictionary. The UI of this application is based on the old version of Pledari Grond, but completely rewritten from scratch.
The administration interface for managing dictionary content.
The project includes Docker configurations for containerized deployment:
- Dockerfile - Default build (frontend + admin)
- Dockerfile-ladin - Ladin language variant build

