This repository uses hugo server and contains CharlesCD official documentation.
1. About
2.1. Requirements
2.2. Installation
2.3. Build
5. Community
CharlesCD is an open source tool that makes deployments more agile, continuous, and safe, which allows development teams to perform hypothesis validations with a specific group of users, simultaneously.
For more information, check out CharlesCD documentation
To edit, run and build this project, you will need:
- Yarn
- To check the installation, run
yarn -vin your terminal.
- To check the installation, run
- Node
- To check the installation, run
npm -vandnode -vin your terminal.
- To check the installation, run
- Hugo
- To check the installation, run
hugo versionin your terminal.
- To check the installation, run
Run the command below to install the dependencies:
yarnRun the following command to build this project:
hugo -D --minify
Run the command below:
http-server
- Now, check if the
Web Server is available at http://localhost:8080.
You can see the folder generated by Hugo into ./dist path.
Once you've cloned this repo, from the root folder, run the command:
hugo server
Check out CharlesCD's documentation Contributing Guide to contribute to our documentation.
Please read the Code of Conduct.
Do you have any questions or ideas? Let's chat in our Zup Open Source Forum or GitHub Issues.
Keep evolving 🚀