The monorepo powering the front pages of my own
- Visit the live site: https://ermnvldmr.com
- Report an issue: https://github.com/deytenit/ermnvldmr.com/issues
- View UI components:
pnpm ui:storybook - Development guide: AGENTS.md
You should learn the following, before exploring the project:
Composite (see Copyright & License)
- www: Main website, built with Rsbuild, React, and MDX.
- static: Static landing pages, built with Rsbuild and React.
- docs: Documentation site, built with Hugo and the Hextra theme.
- @ermnvldmr/ui: Shared React component library and design system.
- @ermnvldmr/stl: Standard Template Library – common utilities and reusable logic.
- @ermnvldmr/i18n: Internationalization utilities.
- @ermnvldmr/eslint-config: Shared linting configurations.
- @ermnvldmr/rsbuild-config: Shared build configurations (Rsbuild & Rspack).
- @ermnvldmr/storybook-config: Shared Storybook configurations.
Just browsing or interested in the content.
- Live Website: https://ermnvldmr.com
Want to contribute or understand the codebase.
- Setup:
pnpm install - Development:
- Website:
pnpm www:dev - Documentation:
pnpm docs:dev - UI Library:
pnpm ui:dev
- Website:
- Development Guide: AGENTS.md
- Component Development:
pnpm ui:storybook - Testing:
pnpm testorpnpm test:coverage(View results on Codecov) - Code Quality:
pnpm lintandpnpm typecheck
Interested in the design system and components.
- Components: Run
pnpm ui:storybookto explore components - Design System: See packages/ui/src/styles/index.css for the color palette and theme
- Theme Structure: CSS variables with light/dark mode support
Want to submit improvements.
- Workflow: Fork, branch from
next, submit pull request - Code Standards: See AGENTS.md for conventions
- Testing Required: All changes must include tests
- Documentation: TSDoc required for all public exports
- CI Requirements: Pull requests must pass all checks
Source Code: Licensed under the GNU GPL 2.0.
Documentation & Informational Content: Technical documentation, guides, and informational articles within services/docs/content/ and services/www/content/ are licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Creative Literature & Art: Poems, personal essays, artworks, photography, and other purely creative or literary works are individually copyrighted by their respective owners. These works are not open-source and are not covered by the GPL or CC BY 4.0 licenses. They remain under full copyright protection unless explicitly stated otherwise within their specific file metadata or directory.
AI Assistance: Significant portions of this project's source code were developed with the assistance of AI code generation tools.
Copyright © 2026 Vladimir Eremin