Skip to content

cloudevents/cloudevents-web

Repository files navigation

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.