Add Cloud Shapes to integrations |
||
---|---|---|
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
Source files for the CloudEvents website.
Installation
- Install hugo. Linux:
apt install hugo
, MacOS:brew install hugo
, Windows:choco install hugo
- Clone repo.
git clone --recurse-submodules -j8 https://github.com/cloudevents/cloudevents-web.git
- Install npm dependencies.
npm install
- Run local hugo dev server.
hugo serve
- Open dev site.