The Charles project has been archived by Zup Innovation. It might start again eventually; however, we won't deliver support for now.
This repository uses hugo server and contains CharlesCD official documentation.
1. About
2.1. Requirements
2.2. Installation
2.3. Build
3. Issues
6. 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 -v
in your terminal.
- To check the installation, run
- Node
- To check the installation, run
npm -v
andnode -v
in your terminal.
- To check the installation, run
- Hugo
- To check the installation, run
hugo version
in your terminal.
- To check the installation, run
Run the command below to install the dependencies:
yarn
Run 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
To open or track an issue for this project, in order to better coordinate your discussions, we recommend that you use the Issues tab in the main CharlesCD repository.
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 🚀