From 639bc5821280fa4243eaf4ddc581731f05b68df5 Mon Sep 17 00:00:00 2001 From: tgt Date: Sat, 16 Dec 2023 17:51:07 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a64afc854..f2ab80346 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,9 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other * Deploy to Cyclic ## Deploy to Replit -### **Replit will no longer be free starting January 1, 2024** -1. Create a Replit Account (https://replit.com) -2. Click **+ Create Repl** -3. Click **Template** and Change the language to **Node.js** -4. Then click **Create Repl** -5. Click **Shell** -- Paste the code below. (Ctrl + Shift + V) -- `git clone https://github.com/interstellarnetwork/interstellar` -6. Once it's done cloning paste the code below. (Ctrl + Shift + V) -- ``cd interstellar && npm i && npm run start`` +As of 01/01/2024, Replit is no longer free. Try GitHub Codespaces instead. -## Quick Deploy to GitHub Codespaces +## Deploy to GitHub Codespaces 1. Create a GitHub account if you haven't already 2. Scroll up, click "Code" (green button), and then "Create Codespace on main" 3. In the terminal on the bottom, paste `npm i && npm run start` From 0c293308f42a6b95df40b19f698c1dadbebaa1be Mon Sep 17 00:00:00 2001 From: tgt Date: Sat, 16 Dec 2023 17:53:09 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ab80346..51a2c4991 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other * Deploy to Cyclic ## Deploy to Replit -As of 01/01/2024, Replit is no longer free. Try GitHub Codespaces instead. +As of 01/01/2024, Replit is [no longer free](https://blog.replit.com/hosting-changes). Try GitHub Codespaces instead. ## Deploy to GitHub Codespaces 1. Create a GitHub account if you haven't already From 581929bc8faacddc50255657b35a5955305bee95 Mon Sep 17 00:00:00 2001 From: tgt Date: Sat, 16 Dec 2023 17:55:01 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 51a2c4991..351e0195b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other * > Join our [Discord Server](https://discord.gg/interstellar) for more options & tutorials. Deploy to Heroku -Run on Replit Deploy to Koyeb Deploy to Render Deploy to Cyclic