The global documentation website and Engineering Standards reference for the open-kerno ecosystem.
bun installbun run startStarts a local development server and opens a browser window. Most changes are reflected live without restarting.
bun run buildGenerates static content into the build/ directory, ready to be served by any static hosting service.
# With SSH
USE_SSH=true bun run deploy
# Without SSH
GIT_USER=<your-github-username> bun run deploy