You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other *
32
32
<atarget="_blank"href="https://app.cyclic.sh/api/app/deploy/interstellarnetwork/Interstellar"><imgalt="Deploy to Cyclic"src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/cyclic.svg"></a>
33
33
34
34
## Deploy to Replit
35
+
### **Replit will no longer be free starting January 1, 2024**
35
36
1. Create a Replit Account (https://replit.com)
36
37
2. Click **+ Create Repl**
37
38
3. Click **Template** and Change the language to **Node.js**
@@ -45,9 +46,10 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other *
45
46
## Quick Deploy to GitHub Codespaces
46
47
1. Create a GitHub account if you haven't already
47
48
2. Scroll up, click "Code" (green button), and then "Create Codespace on main"
48
-
3. In the terminal on the buttom, and paste `npm i && npm run start`
49
+
3. In the terminal on the bottom, paste `npm i && npm run start`
49
50
4. You'll see a popup on the corner about an application. Click "Make public"
50
-
5. Go to the ports tab on the top (where the terminal is), and then click the website that appears on the list.
51
+
5. Go to the ports tab on the top (next to the terminal tab), and then click the website that appears on the list.
52
+
6. For subsequent uses in the same codespace, just run `npm run start`
51
53
52
54
53
55
## If you need any help with deploying, join our Discord!
0 commit comments