Update README.md

This commit is contained in:
gillkyle
2019-05-30 23:16:40 -06:00
committed by GitHub
parent e994ab7ad5
commit 7fe71c6aae

View File

@@ -25,7 +25,7 @@ Having a journal that is available on any device makes journaling easier. Being
There are 2 ways to get started using Sol Journal: There are 2 ways to get started using Sol Journal:
1. You can use the hosted version (this is the simplest way to use the product) at [soljournal.netlify.com](soljournal.netlify.com) 1. You can use the hosted version (this is the simplest way to use the product) at [soljournal.netlify.com](soljournal.netlify.com)
2. You can host your own version and manage it yourself 2. You can host your own version and manage it yourself following the [setup docs](https://github.com/gillkyle/sol-journal/blob/master/SETUP.md)
Sol Journal uses firebase to support offline functionality and authentication, meaning a new Firebase app will need to be setup with Firestore as a database if you wish to host it yourself. Be sure to add documents for `users` and `entries`, as well as enabling email for user authentication. Sol Journal uses firebase to support offline functionality and authentication, meaning a new Firebase app will need to be setup with Firestore as a database if you wish to host it yourself. Be sure to add documents for `users` and `entries`, as well as enabling email for user authentication.