Native data-driven components for building Maps and Search UIs
Reactive Manual - Native contains the docs for all the React Native components for reactivesearch.
cd native-reactive-manual
to go into the project rootyarn
to install the website's npm dependenciesyarn start
to start the hot-reloading development server (powered by Gatsby)open http://localhost:8000
to open the site in your favorite browsergit checkout master
from any folder in your local native-reactive-manual
repositorygit pull origin master
to ensure you have the latest main codegit checkout -b my-awesome-branch
(replacing my-awesome-branch
with a suitable name) to create a branchsrc
will hot-reloadcontent
will hot-reload.cache
directory and restart the serveryarn check-all
from the project root. (This will run Prettier, ESLint, and Flow.)git add -A && git commit -m "My awesome message"
(replacing My awesome message
with a commit message, such as Fixed a really awesome bug with UI
) to stage and commit your changesgit push my-fork my-awesome-branch
yarn reset
to clear the local cache