Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 822 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 822 Bytes

The website is built with Jekyll and hosted on GitHub Pages. To run it locally, see Using Jekyll with Pages from GitHub Help. Windows users should see special guide 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 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