This project generates Traefik configuration files through a web UI. The configuration files can be exported as Docker labels, YAML, and TOML formats.
This project is built using Vite and React. Follow the steps below to build the project:
- Install Dependencies:
pnpm install
- Run Development Server:
pnpm dev
- Build for Production:
pnpm build