Web UI for kstack-agent. 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 kstack-ui
Run the Docker container locally.
docker run \
--rm \
--publish 5080:80 \
kstack-ui