se-ml.github.io
se-ml.github.io copied to clipboard
Homepage of Software Engineering for Machine Learning
se-ml.github.io
Software Engineering for Machine Learning Homepage
Prereq
Install jekyll.
Development:
Install dependencies:
$ 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
Run dev server:
$ bundle exec jekyll serve
Deploy to production:
$ ./bin/deploy -u se-ml
Kudos:
Thank you!