Note: ReactiveSearch Docs have moved to http://github.com/appbaseio/Docs. Any new PRs should be made over there.
Data-driven components for building Maps and Search UIs
Reactive Manual contains the docs for all the Reactive components from appbase.io including ReactiveSearch and ReactiveMaps.
- Git
- Node: install version 8.4 or greater
- Yarn: See Yarn website for installation instructions
- A clone of the repo on your local machine
- A fork of the repo (for any contributions)
cd reactive-manualto go into the project rootyarnto install the website's npm dependencies
yarn devto start the hot-reloading development server (powered by Gatsby)open http://localhost:8000to open the site in your favorite browser
git checkout masterfrom any folder in your localreactive-manualrepositorygit pull origin masterto ensure you have the latest main codegit checkout -b my-awesome-branch(replacingmy-awesome-branchwith a suitable name) to create a branch
- Follow the "Running locally" instructions
- Save the files and check in the browser
- Changes to React components in
srcwill hot-reload - Changes to markdown files in
contentwill hot-reload - If working with plugins, you may need to remove the
.cachedirectory and restart the server
- For highlighting specific section of a code use the following format ```js{8-11}
- If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile.
- Run
yarn check-allfrom the project root. (This will run Prettier, ESLint, and Flow.)
git add -A && git commit -m "My awesome message"(replacingMy awesome messagewith a commit message, such asFixed a really awesome bug with UI) to stage and commit your changesgit push my-fork my-awesome-branch- Go to the repo and you should see recently pushed branches.
- Follow GitHub's instructions.
yarn resetto clear the local cache