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
- Host: GitHub
- URL: https://github.com/caprover/caprover-website
- Owner: caprover
- Created: 2019-01-11T05:12:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T03:52:52.000Z (3 months ago)
- Last Synced: 2025-03-29T00:06:27.201Z (2 months ago)
- Language: JavaScript
- Homepage: http://www.CapRover.com
- Size: 25.3 MB
- Stars: 14
- Watchers: 4
- Forks: 111
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Support: docs/support.md
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.