Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.13 KB

web-ui

This project is a web user-interface for Katan, for those who prefer clicking buttons rather than writing command lines, written in Typescript and uses Vue 3 as a framework.

Looking for user guide, installation and documentation? Visit our official website.

Preview

Building for Development

Clone the project repository

git clone https://github.com/KatanPanel/web-ui.git

Run for local development

TypeScript, Node and Yarn are needed to run this project.

yarn dev

Also is needed to configure environment variables, create a .env.local file containing the environment variables needed to run the project locally. See environment variables example file to get started.

Building for production

yarn build

Format and lint codebase

We use ESLint as linter and Prettier as code formatter.

yarn lint

License

Katan Web User Interface is under MIT license.