From dc8b3e82a2495511f4525b590d8c1e22b46e977a Mon Sep 17 00:00:00 2001 From: 0hAodha Date: Thu, 2 Mar 2023 14:16:45 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ade843b..b373541 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ 1. Ensure you have Java 11 or greater installed. 2. Run `npm install` in the traintracker directory. 3. Run `npm install` in the functions directory. -4. Start the emulator (needed to emulate the functions locally) `firebase emulators:start &` (the & forks it into the background). +4. Start the emulator (needed to emulate the functions locally) `firebase emulators:start &` (the `&` forks it into the background). 5. Run `npm run dev` You will need to click the "Populate Database" and "Fetch Data" buttons to get data into your local version of the webapp. To kill the npm process do `CTRL + C` in your terminal. -To kill the firebase emulators do run `fg` to bring the process to the foreground, then do `CTRL + C` +To kill the firebase emulators run `fg` to bring the process to the foreground, then do `CTRL + C` # Committing Make sure that you exclude the Firebase API key from any commits!