An open API service indexing awesome lists of open source software.

https://github.com/wheelerlaw/spn

Source code for SinglePayerNow.US, a political advocacy group for the advancement of single payer healthcare.
https://github.com/wheelerlaw/spn

Last synced: 2 months ago
JSON representation

Source code for SinglePayerNow.US, a political advocacy group for the advancement of single payer healthcare.

Awesome Lists containing this project

README

        

# spn
[![Build Status](https://travis-ci.com/wheelerlaw/spn.svg?branch=develop)](https://travis-ci.com/wheelerlaw/spn)

### Source code for the website behind SinglePayerNOW, a political advocacy group for the advancement of single payer healthcare.

## Contributor's Guide

### Building Locally

Installing depdencies:
```sh
sudo apt-get install ruby-dev
sudo gem install jekyll jekyll-paginate rake
```

Build the site:
```sh
jekyll build
```

You can alternatively use jekyll to serve the site locally without having to push it to GitHub:
```sh
jekyll serve
```

### Contributing

This site uses a simple multi-branch deployment model to separate the deployed code on the `master` branch from the trunk development branch, `develop`.

Notable branches:
- `develop`: This is the "master" branch of the repo, if you will. When you are starting a new feature, branch from here. This is also the branch against which you will create pull requests. Furthermore, Travis listens for changes on this branch to deploy to `master`.
- `master`: The contents of this branch are served to the public by GitHub pages and are built automatically by Travis when a pull request to `develop` is merged. **Do not touch this branch for any reason.**

Before you clone the repository, there are some settings you should set:
```
git config --global push.default current
git config --global user.name ""
git config --global user.email "