ozhera-site

Website sources for the Apache OzHera(Incubating) website

Stars
0
Committers
4

Apache OzHera(Incubating) Site

This is a repository of Apache OzHera(Incubating) website. The repository of Apache OzHera(Incubating) can be found here.

To get in touch with us please use the [email protected] mailing list.

Environment setup

This website use vitepress, you need to install the following runtime environment:

  • Node.js,v18 or above.
  • install pnpm
npm install -g pnpm

Getting started

install dependencies

pnpm install

local debugging

pnpm run docs:dev

build

pnpm run docs:build