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

https://github.com/cettia/cettia.github.io

Cettia website
https://github.com/cettia/cettia.github.io

Last synced: 4 months ago
JSON representation

Cettia website

Awesome Lists containing this project

README

        

The website is built with [Jekyll](http://jekyllrb.com/) and hosted on [GitHub Pages](http://pages.github.com/). To run it locally, see [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages) from GitHub Help. Windows users should see [special guide](http://jekyllrb.com/docs/windows/) from Jekyll before anything.

Once you've installed Jekyll, check out `master` branch, run the following command in the console.

bundle exec jekyll serve

Then, open [http://localhost:4000](http://localhost:4000) in your browser.

Some project documents are generated from project source using external tools and should be updated after commit or release.

* /projects/cettia-protocol/${version}/docs from `docco lib/*.js`
* /projects/cettia-java-server/${version}/apidocs from `mvn javadoc:aggregate`