diff --git a/README.md b/README.md
index 9a90b91..61b36b0 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
The *answer* to ***Who is (working on) dwyl?***
+![who WiP](https://cloud.githubusercontent.com/assets/194400/9602290/1fbf39b6-509f-11e5-9d0b-4bc5bc49a127.png)
+
## *Why*?
The [**start-here** > ***who***](https://github.com/dwyl/start-here/tree/8bbd28d2ab0c3b5a2a266a1e41fd160fc6ee3038#who) section is *woefully* out of date.
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..a4914fd
--- /dev/null
+++ b/index.html
@@ -0,0 +1,50 @@
+
+
+
+ dwyl - Who?
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index 5054bca..4c30ecf 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,10 @@
{
"name": "whom",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Who are the people making dwyl?",
"main": "index.js",
"scripts": {
+ "start": "./node_modules/.bin/nodemon static-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -20,6 +21,9 @@
},
"homepage": "https://github.com/nelsonic/who#readme",
"dependencies": {
- "github-scraper": "^3.0.21"
+ "github-scraper": "^3.0.21",
+ "hapi": "^9.0.3",
+ "inert": "^3.0.1",
+ "nodemon": "^1.4.1"
}
}