The website for the Eclipse zenoh project. Lives at http://zenoh.io.
The website should build with the latest version of Hugo, the last tested is Hugo 0.145.0. On MacOS you can install Hugo as described below, in any case refer to Hugo Documentation for installation instructioins
brew update && brew install hugoThen, get the website running locally:
git clone https://github.com/atolab/zenoh-web
cd zenoh-web
hugo serverThen 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.