mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
* 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
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