Source files for the website
Go to file
Doug Davis db5afd9b74
Merge pull request #92 from ChaosInTheCRD/edit-integrations-urls
Fixing adoption urls on website
2025-08-05 10:38:10 -04:00
archetypes
assets/sass
content/blog
data
layouts
static
.editorconfig
.gitignore
.gitmodules
LICENSE
Makefile
README.md
config.toml
netlify.toml
package.json

README.md

cloudevents-web

Netlify Status

Source files for the CloudEvents website.

Installation

  1. Install hugo. Linux: apt install hugo, MacOS: brew install hugo, Windows: choco install hugo
  2. Clone repo. git clone --recurse-submodules -j8 https://github.com/cloudevents/cloudevents-web.git
  3. Install npm dependencies. npm install
  4. Run local hugo dev server. hugo serve
  5. Open dev site.