An open API service indexing awesome lists of open source software.

https://github.com/caprover/caprover-website

CapRover Website and Docs
https://github.com/caprover/caprover-website

Last synced: 2 months ago
JSON representation

CapRover Website and Docs

Awesome Lists containing this project

README

        

# CapRover Website
Website and Docs for CapRover.

### Development

```
cd website
npm i
npm start
```

### Adding New Docs

Add the new MarkDown file in `/docs` directory. Add the listing to `/website/sidebars.json`. Then run `yarn start` to see the result.

### Build

Simply run `yarn build` and all data will be converted into static html files inside `website/build` directory.