This project stores the files for the Espressif Developer Portal website. GitHub Actions statically generate the website using Hugo and pushes it to a web server for online hosting.
If you want to contribute to this project, it would be nice to see the rendered version. The website can be easily rendered on your local machine using the following steps:
git clone --recursive
.hugo server
and open the provided local web address, usually http://localhost:1313/
.See also the Contribution Guide articles: