This application manages the keys and certificates that are neccesarry when running the proGOV Mailgateway on premise Certificate Managmenet Admin UI crafted with Typescript, Shadcn UI and Vite.js as react framework. This project relies of the new frontend stack from the protectr frontend team at procilon. Built with responsiveness, multilanguanges, high test cvoverage and accessibility in mind. This project is heavily inspired by @satnaing
This is a standalone Application delivered with the proGOV on premise. Probably this application will transformed in a module in the future.
- Light/dark mode
- Responsive
- Accessible
- Sidebar and header layouts
- Main Functions
- Import
- Tenants
- Help configurable
UI: ShadcnUI (TailwindCSS + RadixUI)
Build Tool: Vite
Routing: React Router
Type Checking: TypeScript
Linting/Formatting: Eslint & Prettier
Icons: Lucide React Icons and Tabler Icons
Clone the project
Install dependencies
pnpm install
Start the server
pnpm run dev