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/