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 serveThe website will be available at localhost:4000
$ ./bin/deploy -u se-mlThank you!