Update install instructions on Getting Started page (#3)

1 file changed
tree: da0926a6f30d6502d38c626e13a5dda177983916
  1. .github/
  2. docs/
  3. src/
  4. static/
  5. .asf.yaml
  6. .gitignore
  7. babel.config.js
  8. DISCLAIMER.txt
  9. docusaurus.config.ts
  10. LICENSE
  11. licenserc.toml
  12. NOTICE
  13. package.json
  14. README.md
  15. tsconfig.json
README.md

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.