An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cloudevents-web

[![Netlify Status](https://api.netlify.com/api/v1/badges/4718c8cb-9281-43aa-a411-d542cefcea15/deploy-status)](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/).