An open API service indexing awesome lists of open source software.

https://github.com/cayleygraph/cayleygraph.github.io

This is the cayley website, built using hugo
https://github.com/cayleygraph/cayleygraph.github.io

Last synced: about 1 year ago
JSON representation

This is the cayley website, built using hugo

Awesome Lists containing this project

README

          

# Cayley Website

### Local Development

- Install Hugo: https://gohugo.io/overview/installing/
- Run Hugo Server: hugo server --watch --baseURL http://(your_domain):1313 --bind (your_ip)
and you should be able to live update and see changes as you go.