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.
- Host: GitHub
- URL: https://github.com/wheelerlaw/spn
- Owner: wheelerlaw
- License: mit
- Created: 2018-07-18T16:09:58.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-07-18T17:50:08.000Z (almost 7 years ago)
- Last Synced: 2025-01-30T07:31:01.092Z (4 months ago)
- Language: Ruby
- Homepage: https://singlepayernow.us
- Size: 128 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spn
[](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 "