Skip to content

caprover/caprover-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

de01d25 · Mar 20, 2025
Jun 19, 2020
Mar 20, 2025
Jun 18, 2022
Oct 24, 2024
Jul 18, 2019
Aug 26, 2020

Repository files navigation

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.