Add docusaurus note to README

Summary:
Took me a moment to figure out how to build it,
so let's add it to the docs.

Reviewed By: jknoxville

Differential Revision: D9654631

fbshipit-source-id: 32ee6e647d9fa85b921d19919c1bbd060615bb8e
This commit is contained in:
Pascal Hartig
2018-09-05 07:57:51 -07:00
committed by Facebook Github Bot
parent 36975a5d8e
commit 42ce5d992a

View File

@@ -105,6 +105,15 @@ Start up an android emulator and run the following in the project root:
Find the full documentation for this project at [fbflipper.com](https://fbflipper.com/docs).
Our documentation is built with [Docusaurus](https://docusaurus.io/). You can build
it locally by running this:
```bash
cd website
yarn
yarn start
```
## Contributing
See the [CONTRIBUTING](/CONTRIBUTING.md) file for how to help out.