- For development: native ESM dynamic import support is required.
- For production: the default build targets browsers that support native ESM via script tags.
npm install
- Download Autok3s CLI binary file, and run.
chmod +x ./autok3s
./autok3s -d serve
- Start dev server
npm run dev
npm run build