Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 649 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 649 Bytes

Apache Otava Website

This project is a website for Apache Otava (incubating).

This website was built using Docusaurus version of apache-website-template.

Installation

Run pnpm install to install all dependencies.

Note: Make sure you have installed pnpm before running the command.

Dev server

Run pnpm start for a dev server. Navigate to http://localhost:3000/. The application will automatically reload if you change any of the source files.

Build

Run pnpm build to build the project.