This repo is for maintaining our open source guide. Check it out!
Requires Ruby. Look here for an installation guide.
###Instructions for running locally:
-
Clone the repo
$ git clone https://github.com/SoftwareEngineeringDaily/softwareengineeringdaily.github.io.git -
Install dependencies
$ bundle install -
Run Jekyll
$ bundle exec jekyll serve -
Navigate to the local webpage. http://127.0.0.1:4000
