Tutorial: Add a link to makeitopen.com

Summary:**Motivation**

http://makeitopen.com is such a great resource, we should link to it from the docs.

**Test plan (required)**

Ran the website locally using `cd website && npm install && npm start`:

![screen shot 2016-04-14 at 12 35 04 pm](https://cloud.githubusercontent.com/assets/346214/14526773/9517f20c-023d-11e6-9955-7ec270fffb4a.png)
Closes https://github.com/facebook/react-native/pull/6976

Differential Revision: D3178944

fb-gh-sync-id: 26a6fdb4f04f2cb51fcba229852a67f640f534cb
fbshipit-source-id: 26a6fdb4f04f2cb51fcba229852a67f640f534cb
This commit is contained in:
Martin Konicek 2016-04-14 05:32:24 -07:00 коммит произвёл Facebook Github Bot 9
Родитель 865aed31e7
Коммит f2e45bcd48
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -13,6 +13,9 @@ This tutorial aims to get you up to speed with writing iOS and Android apps usin
We assume you have experience writing applications with React. If not, you can learn about it on the [React website](http://facebook.github.io/react/).
### Building a real-world app
This tutorial explains how to build a simple app to get you started. If you're looking for a more advanced tutorial on building a real-world app, check out [makeitopen.com](http://makeitopen.com/).
## Setup