Skip to content

atolab/zenoh-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8d84356 · Feb 12, 2025
Jun 7, 2023
Feb 12, 2025
Sep 30, 2022
Jan 31, 2024
Jan 7, 2025
Dec 9, 2021
Nov 9, 2017
Feb 11, 2020
Dec 27, 2019
Sep 28, 2022
Sep 10, 2024

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.