https://github.com/echobind/playbook
This is how we work.
https://github.com/echobind/playbook
Last synced: 9 months ago
JSON representation
This is how we work.
- Host: GitHub
- URL: https://github.com/echobind/playbook
- Owner: echobind
- Created: 2014-09-22T16:34:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T13:06:25.000Z (almost 10 years ago)
- Last Synced: 2025-08-28T18:10:21.035Z (10 months ago)
- Language: TeX
- Size: 1.04 MB
- Stars: 5
- Watchers: 23
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Playbook
The playbook is a guide that gives current or potential clients and partners an overview of our operating and coding processes.
Please keep this information up-to-date as our processes evolve.
### Editing
To build the pdf you will need:
- pandoc (`brew install pandoc`)
- pdftk (https://www.pdflabs.com/tools/pdftk-server/)
- MacTex: (`brew cask install mactex`) note, this is kind of huge @ 2gb or so
To build the playbook:
```shell
rake build
```
To build and open the playbook:
```shell
rake preview
```
Thanks to thoughtbot for providing jumping off points for the latex template and rake tasks.
### Fonts
Install Roboto Slab from Google Fonts.
### Deploying
The built pdf and html directories should be uploaded to s3 and linked to on the main website. This should be automated, but it's not yet.