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

https://github.com/yegor256/iccq.github.io

Official Website of International Conference on Code Quality (ICCQ)
https://github.com/yegor256/iccq.github.io

conference jekyll-site ruby

Last synced: about 1 year ago
JSON representation

Official Website of International Conference on Code Quality (ICCQ)

Awesome Lists containing this project

README

          

International Conference on Code Quality (ICCQ).

[![pages-build-deployment](https://github.com/yegor256/iccq.github.io/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/yegor256/iccq.github.io/actions/workflows/pages/pages-build-deployment)

You are welcome to submit corrections to this web site. In order to do that,
you will need [Ruby](https://www.ruby-lang.org/en/) 2.3+ and
[Bundler](https://bundler.io/) installed. Then, run this:

```bash
$ bundle update
$ bundle exec jekyll serve
```

In a few seconds you should be able to see the site
at `http://localhost:4000`. Make your changes and refresh the page in the browser.
If everything is fine, submit a pull request.