https://github.com/cloudevents/cloudevents-web
Source files for the website
https://github.com/cloudevents/cloudevents-web
Last synced: 9 months ago
JSON representation
Source files for the website
- Host: GitHub
- URL: https://github.com/cloudevents/cloudevents-web
- Owner: cloudevents
- License: apache-2.0
- Created: 2018-04-05T11:42:50.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T14:38:10.000Z (11 months ago)
- Last Synced: 2025-08-05T16:25:56.674Z (11 months ago)
- Language: HTML
- Size: 3.07 MB
- Stars: 17
- Watchers: 11
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudevents-web
[](https://app.netlify.com/sites/cloudevents-io/deploys)
Source files for the CloudEvents website.
## Installation
1. Install hugo. Linux: `apt install hugo`, MacOS: `brew install hugo`, Windows: `choco install hugo`
1. Clone repo. `git clone --recurse-submodules -j8 https://github.com/cloudevents/cloudevents-web.git`
1. Install npm dependencies. `npm install`
1. Run local hugo dev server. `hugo serve`
1. Open [dev site](http://localhost:1313/).