This repository provides documentation for the react-firebase-state component library.
You can view the documentation on Github Pages.
Assuming Jekyll and Bundler are installed on your computer:
-
Clone this repository.
git clone https://github.com/gmcfall/react-firebase-state-docs.git
-
Run
bundle install
. -
Run
bundle exec jekyll serve
to build your site and preview it atlocalhost:4000
.