Skip to content

fm-labs/kontainer-ui

Repository files navigation

kontainer-ui

Web UI for kontainer-core. Built with React, Typescript, and Vite.

Available commands

yarn install

Install dependencies.

yarn run dev

Start the development server.

yarn run lint

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

yarn build

Build the project for production.

yarn run docker:build

Build the Docker image.

docker build . -t kontainer-ui

Run the Docker container locally.

yarn run docker:run

docker run \
  --rm \
  --publish 5080:80 \
  kontainer-ui

About

WebUI for Kontainer

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages