You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code for Philly's website repository built as an extension of [laddr](https://github.com/CodeForPhilly/laddr), a website building tool designed specifically for civic hacking groups.
6
+
7
+
## Developing
8
+
9
+
The following is directly taken from the [Getting started guide on laddr's README](https://github.com/CodeForPhilly/laddr#getting-started).
10
+
11
+
### Dependencies
12
+
13
+
Install recent versions of [Habitat](http://habitat.sh) and [Docker](https://www.docker.com/) on your Linux, Mac, or Windows workstation.
14
+
15
+
### Clone Laddr
16
+
17
+
```bash
18
+
cd~/Repositories/laddr # or wherever you cloned this rep
19
+
20
+
# expose port 7080 (http) and 3306 (mysql) from any Docker container started by Habitat
0 commit comments