Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 721 Bytes

File metadata and controls

39 lines (26 loc) · 721 Bytes

se-ml.github.io

Software Engineering for Machine Learning Homepage

Prerequisites

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 development server

$ bundle exec jekyll serve

The website will be available at localhost:4000

Deploy to production

$ ./bin/deploy -u se-ml

Kudos

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

Thank you!