Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 356 Bytes

File metadata and controls

19 lines (14 loc) · 356 Bytes

sensor.community

These are the source files for the site main website of the project sensor.community.

Setup

You first need to install git, Ruby, jekyll. https://jekyllrb.com/docs/installation/ubuntu/

Then get the dependencies:

gem install bundler
bundler install

You can now build and serve the site:

bundler exec jekyll serve