Skip to content

atolab/zenoh-web

Repository files navigation

Eclipse zenoh's Website

The website for the Eclipse zenoh project. Lives at http://zenoh.io.

Getting Started

Building the website depends on Hugo 0.100.0. So, first make sure that you have it installed. If on OS X and using Homebrew, run the following:

brew update && brew install hugo

Then, get the website running locally:

git clone https://github.com/atolab/zenoh-web
cd zenoh-web
hugo server

Then visit http://localhost:1313.

License

This project is licensed under the Eclipse Public License 2.0 or the Apache License 2.0.

Credits

This website design is inspired from the tokio-rs website which is licensed under MIT License.