Skip to content

SE-ML/se-ml.github.io

Repository files navigation

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!