├── .gitignore ├── Build-Tools.md ├── Discuss-GitHub-Issues.md ├── Docker.md ├── GitHub-Notifications.md ├── Good-GitHub-Issues.md ├── Good-READMEs.md ├── Jekyll.md ├── Node.js.md ├── Persona.md ├── PostgreSQL.md ├── Procfile.md ├── Python-Virtualenv.md ├── Python.md ├── README.md ├── Rails.md ├── Ruby.md ├── Shell.md ├── home.md ├── images ├── Postgres.app.jpg ├── cat.gif ├── cd.gif ├── gh-notifications-recommended-global.png ├── gh-notifications-star.png ├── gh-notifications-unwatch-by-email.png ├── gh-notifications-watch-unwatch.png ├── ls.gif ├── persona-jail-dashboard.png ├── pwd.gif ├── write-code-lg.png └── write-code.pdf ├── issue_template.md ├── launch_requirements.md └── oldIE.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/.gitignore -------------------------------------------------------------------------------- /Build-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Build-Tools.md -------------------------------------------------------------------------------- /Discuss-GitHub-Issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Discuss-GitHub-Issues.md -------------------------------------------------------------------------------- /Docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Docker.md -------------------------------------------------------------------------------- /GitHub-Notifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/GitHub-Notifications.md -------------------------------------------------------------------------------- /Good-GitHub-Issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Good-GitHub-Issues.md -------------------------------------------------------------------------------- /Good-READMEs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Good-READMEs.md -------------------------------------------------------------------------------- /Jekyll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Jekyll.md -------------------------------------------------------------------------------- /Node.js.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Node.js.md -------------------------------------------------------------------------------- /Persona.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Persona.md -------------------------------------------------------------------------------- /PostgreSQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/PostgreSQL.md -------------------------------------------------------------------------------- /Procfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Procfile.md -------------------------------------------------------------------------------- /Python-Virtualenv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Python-Virtualenv.md -------------------------------------------------------------------------------- /Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Python.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/README.md -------------------------------------------------------------------------------- /Rails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Rails.md -------------------------------------------------------------------------------- /Ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Ruby.md -------------------------------------------------------------------------------- /Shell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/Shell.md -------------------------------------------------------------------------------- /home.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/home.md -------------------------------------------------------------------------------- /images/Postgres.app.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/Postgres.app.jpg -------------------------------------------------------------------------------- /images/cat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/cat.gif -------------------------------------------------------------------------------- /images/cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/cd.gif -------------------------------------------------------------------------------- /images/gh-notifications-recommended-global.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/gh-notifications-recommended-global.png -------------------------------------------------------------------------------- /images/gh-notifications-star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/gh-notifications-star.png -------------------------------------------------------------------------------- /images/gh-notifications-unwatch-by-email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/gh-notifications-unwatch-by-email.png -------------------------------------------------------------------------------- /images/gh-notifications-watch-unwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/gh-notifications-watch-unwatch.png -------------------------------------------------------------------------------- /images/ls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/ls.gif -------------------------------------------------------------------------------- /images/persona-jail-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/persona-jail-dashboard.png -------------------------------------------------------------------------------- /images/pwd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/pwd.gif -------------------------------------------------------------------------------- /images/write-code-lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/write-code-lg.png -------------------------------------------------------------------------------- /images/write-code.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/images/write-code.pdf -------------------------------------------------------------------------------- /issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/issue_template.md -------------------------------------------------------------------------------- /launch_requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/launch_requirements.md -------------------------------------------------------------------------------- /oldIE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeforamerica/howto/HEAD/oldIE.md --------------------------------------------------------------------------------