The website for the Eclipse zenoh project. Lives at http://zenoh.io.
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.
This project is licensed under the Eclipse Public License 2.0 or the Apache License 2.0.
This website design is inspired from the tokio-rs website which is licensed under MIT License.