Web UI for kontainer-core. Built with React, Typescript, and Vite.
Install dependencies.
Start the development server.
Check for linting errors.
Use yarn lint:fix
to fix linting errors.
Use yarn lint:dump
to dump all linting errors to eslint-report.xml
Build the project for production.
Build the Docker image.
docker build . -t kontainer-ui
Run the Docker container locally.
docker run \
--rm \
--publish 5080:80 \
kontainer-ui