Software Engineering for Machine Learning Homepage
Install jekyll.
$ git clone https://github.com/SE-ML/se-ml.github.io
$ cd se-ml.github.io
$ git fetch --all
$ git checkout -b source origin/source
$ bundle install
$ bundle exec jekyll serve
$ ./bin/deploy -u se-ml
Thank you!