blob: a672ae7306670813d8cad0eeca066b9e2918f1f2 [file] [view]
# Apache Otava Website
This project is a website for Apache Otava (incubating).
This website was built using [Docusaurus](https://docusaurus.io/) version of [apache-website-template](https://github.com/apache/apache-website-template/tree/docusaurus).
## Installation
Run `pnpm install` to install all dependencies.
Note: Make sure you have installed [pnpm](https://pnpm.io) before running the command.
## Dev server
Run `pnpm start` for a dev server. Navigate to [http://localhost:3000/](http://localhost:3000/). The application will
automatically reload if you change any of the source files.
## Build
Run pnpm build to build the project.