Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 519 Bytes

summerofdrones.com

The summerofdrones.com website.

Setup

Clone the repo, then install the following gems:

gem install bundler
cd summerofdrones.com
bundle install

You can now run the site locally on port 4000 using:

jekyll --auto --server

Deployment

The site is deployed with jekyll-s3. The credentials are in the credentials repo.

Going forward, I'll also setup a CI server to deploy every commit to master.