Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 480 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 480 Bytes

AskOmics Website

AskOmics website is available at https://askomics.github.io. It is automaticaly build from the master branch of this repository.

Run on your own computer

Dependancies

sudo apt install -y ruby ruby-dev
sudo gem install jekyll bundler

Run

cd askomics.github.io
bundle install # Only the first time
bundle exec jekyll serve

Website will be available at localhost:4000