Roo-Code/apps/docs/README.md
Bruno Bergher 28acb6acf2
Add docs app and GitHub Pages deploy (#12344)
* Add docs app and Pages deploy

* Configure knip for docs app
2026-05-12 14:23:21 +01:00

21 lines
487 B
Markdown

# Roo Code Docs
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator, and lives at https://roocode.github.io
### Installation
```
$ pnpm install
```
### Local Development
```
$ pnpm start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### License
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)