Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 713 Bytes

readme.md

File metadata and controls

36 lines (24 loc) · 713 Bytes

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