Awesome
AutoK3s UI
Browser Support
- For development: native ESM dynamic import support is required.
- For production: the default build targets browsers that support native ESM via script tags.
Project setup
npm install
Compiles and hot-reloads for development
- Download Autok3s CLI binary file, and run.
chmod +x ./autok3s
./autok3s -d serve
- Start dev server
npm run dev
Compiles and minifies for production
npm run build