diff --git a/README.md b/README.md
index f8aa5bc7..46f258e7 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,22 @@
-[](https://heroku.com/deploy)
-
# React Tutorial
This is the React comment box example from [the React tutorial](http://facebook.github.io/react/docs/tutorial.html).
+## To Start Building
+Checkout
+
+- step1
+- step2
+- step3
+- step4
+- step5
+- step6
+- step7
+
+branch to checkout different steps building the application
+
+The PowerPoint is avaliable here...
+
## To use
There are several simple server implementations included. They all serve static files from `public/` and handle requests to `comments.json` to fetch or add data. Start a server with one of the following:
@@ -15,34 +28,4 @@ npm install
node server.js
```
-### Python
-
-```sh
-pip install -r requirements.txt
-python server.py
-```
-
-### Ruby
-```sh
-ruby server.rb
-```
-
-### PHP
-```sh
-php server.php
-```
-
-### Go
-```sh
-go run server.go
-```
-
-### Lua
-
-```sh
-go get github.com/xyproto/algernon
-# or brew install algernon
-algernon server.lua
-```
-
And visit