https://github.com/opencyphal/website
Homepage
https://github.com/opencyphal/website
Last synced: 7 months ago
JSON representation
Homepage
- Host: GitHub
- URL: https://github.com/opencyphal/website
- Owner: OpenCyphal
- License: mit
- Created: 2019-01-31T23:32:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T11:24:19.000Z (11 months ago)
- Last Synced: 2025-03-20T01:28:50.829Z (11 months ago)
- Language: HTML
- Homepage: http://opencyphal.org
- Size: 25.6 MB
- Stars: 2
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyphal website
Sources of the [opencyphal.org](https://opencyphal.org) website (formerly uavcan.org).
## Running locally
A GNU/Linux-based OS is required.
```sh
pip install -r requirements.txt
./debug.py
```
## Push-to-deploy
Changes pushed to master are automatically deployed to production.