To use this theme:
Step 1: Clone this repo to your computer
git clone git@github.com:checkhealthco/hdr-landing.gitStep 2: Run gem install bundler; bundle install inside the new /hdr-landing/ folder that was just created to install the required ruby dependencies.
Step 3: Build the site
- Build the site:
rake buildNote that this will clean before building the site
Step 4: Publish your site Specifically for this project:
cp .sample.env .env- Fill in
.envwith production variables related to AWS S3 bucket - Push the site with:
rake publish
-
Using travis to publish the site on build success
-
Use the variables in .env file to fill in the env variables at travis-ci
MIT. See LICENSE file in repo.