Update SETUP.md

This commit is contained in:
gillkyle
2019-04-24 23:58:33 -07:00
committed by GitHub
parent 8b51f63f4d
commit a1cc8dc145

View File

@@ -2,6 +2,16 @@
Setting up Sol Journal requires a free Firebase account since many of the features rely on built in Firebase capabilities to allow functionality offline. The free plan gives you 50,000 reads and 20,000 writes per day, meaning you can easily run a personal version for yourself. Setting up Sol Journal requires a free Firebase account since many of the features rely on built in Firebase capabilities to allow functionality offline. The free plan gives you 50,000 reads and 20,000 writes per day, meaning you can easily run a personal version for yourself.
## Code Setup
Having node installed is a prerequistie, you can follow instructions to get it setup yourself.
You will need to install the firebase command line tools to deploy the site
```bash
npm install -g firebase-tools
```
## Setting up Firebase ## Setting up Firebase
You will need a Google account to create a Firebase project, then navigate to the Firebase Console: https://console.firebase.google.com/ You will need a Google account to create a Firebase project, then navigate to the Firebase Console: https://console.firebase.google.com/