From 51da982494ac330e19a5f3a5bdd7018498c9cbb1 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 20 Feb 2023 14:53:07 +0000 Subject: [PATCH 1/3] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e27b07..8f82c73 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # Running Build & Depoloying it to Firebase -`npm run build && firebase deploy` \ No newline at end of file +`npm run build && firebase deploy` + +# Committing +Make sure that you exclude the Firebase API key from any commits! + +# Links +Main site: [irishrailtracker.web.app](https://irishrailtracker.web.app/) +Jira: [trainenthusiasts.atlassian.net](https://trainenthusiasts.atlassian.net/jira/software/projects/TE/boards/1) +Github: [github.com/0hAodha/traintracker](https://github.com/0hAodha/traintracker) From 36c8080a34677e94feaddb30559f5e626499941e Mon Sep 17 00:00:00 2001 From: 0hAodha Date: Mon, 20 Feb 2023 14:54:05 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8f82c73..fe5de4b 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,7 @@ Make sure that you exclude the Firebase API key from any commits! # Links Main site: [irishrailtracker.web.app](https://irishrailtracker.web.app/) + Jira: [trainenthusiasts.atlassian.net](https://trainenthusiasts.atlassian.net/jira/software/projects/TE/boards/1) + Github: [github.com/0hAodha/traintracker](https://github.com/0hAodha/traintracker) From 5ee70f2c830c9691e9230e5ea93110810ad21816 Mon Sep 17 00:00:00 2001 From: 0hAodha Date: Mon, 20 Feb 2023 14:54:55 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5de4b..7308394 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Running Build & Depoloying it to Firebase +# Running Build & Deploying it to Firebase `npm run build && firebase deploy` # Committing