A charitable project curated by NHLAA and supported technologically by NH Group.
A static-first public library project with an austere, archival, editorial, and minimalist visual direction.
civilisation/
├── apps/
│ └── web/ # Next.js web application
├── packages/
│ └── brand/ # Shared brand components and styles
└── docs/ # Governance and policies
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm buildShared brand package containing canonical components and styling. Located in packages/brand.
Next.js web application. Located in apps/web.
- Framework: Next.js
- Styling: CSS Modules + Brand package
- Package Manager: pnpm
- Language: TypeScript
Run the web app:
pnpm devThe app will be available at http://localhost:3000.
TBD