Spencer Carli 5e26ced280 Add a "Quick Start" guide. (#2775)
* Give docs some more room to breath

* Working on the new docs

* New intro

* Writing installation guide

* Finish tab intro.

* Write intro to drawernavigator.

* Add some space

* Rename guide

* Minimize changes

* Fix links

* Edits
2017-10-24 09:51:00 +01:00
..
2017-09-06 16:08:08 -05:00
2017-10-24 09:51:00 +01:00
2017-10-20 14:54:25 -07:00
2017-10-24 09:51:00 +01:00
2017-05-14 21:42:34 -07:00
2017-05-14 21:42:34 -07:00

React Navigation Website

Basic Auth

We have basic auth on the website while the repo is private.

User: navigate Pass: navigate.

Dev Mode

To run the website in development mode:

cd react-navigation
npm run build
cd website
npm start

Test Server Rendering

To run the website in server prod mode with server rendering:

cd react-navigation
npm run build
cd website
npm run prod

This will start the production server on port 3000.

Rebuild Docs

When docs change, the following command must be run again to copy the docs into the website:

cd react-navigation
npm run build-docs
# OR, do a full build:
npm run build