https://github.com/espressif/developer-portal
Developer Portal
https://github.com/espressif/developer-portal
Last synced: 4 months ago
JSON representation
Developer Portal
- Host: GitHub
- URL: https://github.com/espressif/developer-portal
- Owner: espressif
- License: mit
- Created: 2024-02-08T09:26:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T10:49:24.000Z (4 months ago)
- Last Synced: 2025-03-16T01:54:43.708Z (4 months ago)
- Language: HTML
- Homepage: https://developer.espressif.com
- Size: 99.9 MB
- Stars: 13
- Watchers: 8
- Forks: 36
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Developer Portal
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.
[Espressif Developer Portal]: https://developer.espressif.com/
## Contribute and render locally
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:
1. Clone this repository using `git clone --recursive --shallow-submodules`.
2. Install Hugo following the [instructions](https://gohugo.io/installation/).
3. In the project folder, run `hugo server` and open the provided local web address, usually `http://localhost:1313/`.See also the Contribution Guide articles:
- [Contribution workflow](./content/pages/contribution-guide/contrib-workflow/index.md)
- [Writing content](./content/pages/contribution-guide/writing-content/index.md)