Skip to content

Latest commit

 

History

History
executable file
·
31 lines (19 loc) · 754 Bytes

README.md

File metadata and controls

executable file
·
31 lines (19 loc) · 754 Bytes

Toxic code snippets on Stack Overflow

This is the source of the website accompanying a TSE submission "Toxic code snippets on Stack Overflow." Visit the website at https://ucl-crest.github.io/cloverflow-web/.

Jekyll theme

Our website is based on Jekyll Doc Theme.

Go to the website for detailed information and demo.

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/aksakalli/jekyll-doc-theme.git
cd jekyll-doc-theme

# run jekyll with dependencies
bundle exec jekyll serve

License

Released under the MIT license.