From 3752e8cbdac47a33321d6a32386a96ddc5c6b6a4 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:02:52 -0500
Subject: [PATCH 1/8] Fix Replit quick deploys
Use a shell file to install modules, then start the script.
---
.replit | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.replit b/.replit
index e5ab7812..c5424b52 100644
--- a/.replit
+++ b/.replit
@@ -1,2 +1,2 @@
language = "nodejs"
-run = "npm start"
+run = "bash main.sh"
From 3e0d47317e66b86a7cef124c889aa21db10c95a3 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:03:25 -0500
Subject: [PATCH 2/8] Fix Replit quick deploy
First install modules, then start the script.
---
main.sh | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 main.sh
diff --git a/main.sh b/main.sh
new file mode 100644
index 00000000..b6648d8d
--- /dev/null
+++ b/main.sh
@@ -0,0 +1,2 @@
+npm install
+npm start
From b39aa6c4724b5b1964f5478ab79f69f2679240e0 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:09:24 -0500
Subject: [PATCH 3/8] Fix Replit button
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7134c8fe..a7bd765b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Access the world wide web!
[](https://heroku.com/deploy?template=https://github.com/titaniumnetwork-dev/Incognito/tree/main)
-[](https://repl.it/github/titaniumnetwork-dev/Incognito)
+[](https://repl.it/github/titaniumnetwork-dev/Incognito)
## Setup
From 58b66f4c01eca0981d9af8d83c1366ba74679ca6 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:12:10 -0500
Subject: [PATCH 4/8] Update README.md
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a7bd765b..f56a937d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
Access the world wide web!
[](https://heroku.com/deploy?template=https://github.com/titaniumnetwork-dev/Incognito/tree/main)
-[](https://repl.it/github/titaniumnetwork-dev/Incognito)
+
+
+
## Setup
From 3654e03b9802c0b0924f3c545c15e74a429b59f3 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:12:48 -0500
Subject: [PATCH 5/8] Make neater
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f56a937d..f7058c98 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Access the world wide web!
[](https://heroku.com/deploy?template=https://github.com/titaniumnetwork-dev/Incognito/tree/main)
-
+
## Setup
From b879926e5fdf0ba8e9c9df8e4a864a12affad4ea Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:13:52 -0500
Subject: [PATCH 6/8] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f7058c98..003313d0 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Access the world wide web!
-
+**Note: Deploy to Heroku will only work when forking this, then hitting the deploy button.**
## Setup
```sh
From de4e542123023d710789e6619e0c565a610914db Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:14:04 -0500
Subject: [PATCH 7/8] fix
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 003313d0..6a99ad7b 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@ Access the world wide web!
+
**Note: Deploy to Heroku will only work when forking this, then hitting the deploy button.**
## Setup
From b984bde0c7e1d7840bb89e81a9b1ac14a3854fe8 Mon Sep 17 00:00:00 2001
From: IsaacLK <50344947+IsaacLK@users.noreply.github.com>
Date: Sat, 5 Mar 2022 19:14:34 -0500
Subject: [PATCH 8/8] idk
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6a99ad7b..64c68215 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Access the world wide web!
-**Note: Deploy to Heroku will only work when forking this, then hitting the deploy button.**
+**Note: Deploy to Heroku will only work when forking this, then clicking the deploy button.**
## Setup
```sh