Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 625 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 625 Bytes

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:

  • this webpage uses the al-folio theme.
  • some icons are downloaded from Freepik.

Thank you!