Skip to content

open-kerno/docs

Repository files navigation

@open-kerno/docs

The global documentation website and Engineering Standards reference for the open-kerno ecosystem.


Getting Started

Installation

bun install

Local Development

bun run start

Starts a local development server and opens a browser window. Most changes are reflected live without restarting.

Build

bun run build

Generates static content into the build/ directory, ready to be served by any static hosting service.

Deployment

# With SSH
USE_SSH=true bun run deploy

# Without SSH
GIT_USER=<your-github-username> bun run deploy

About

The global documentation website for the open-kerno ecosystem.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors