From a1cc8dc145494c311c4d5969a86371158292f329 Mon Sep 17 00:00:00 2001 From: gillkyle Date: Wed, 24 Apr 2019 23:58:33 -0700 Subject: [PATCH] Update SETUP.md --- SETUP.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/SETUP.md b/SETUP.md index 330b45a..e9c7d33 100644 --- a/SETUP.md +++ b/SETUP.md @@ -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. +## 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 You will need a Google account to create a Firebase project, then navigate to the Firebase Console: https://console.firebase.google.com/