Skip to content

Commit 5284f3b

Browse files
committed
Codebase Cleanup + Css Update
2 parents 6e6897b + 9bd1566 commit 5284f3b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You can **NOT** deploy to Netlify, Cloudflare Pages, Github Pages or any other *
3232
<a target="_blank" href="https://app.cyclic.sh/api/app/deploy/interstellarnetwork/Interstellar"><img alt="Deploy to Cyclic" src="https://binbashbanana.github.io/deploy-buttons/buttons/remade/cyclic.svg"></a>
3333

3434
## Deploy to Replit
35+
### **Replit will no longer be free starting January 1, 2024**
3536
1. Create a Replit Account (https://replit.com)
3637
2. Click **+ Create Repl**
3738
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 *
4546
## Quick Deploy to GitHub Codespaces
4647
1. Create a GitHub account if you haven't already
4748
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`
4950
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`
5153

5254

5355
## If you need any help with deploying, join our Discord!

static/tabs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<!DOCTYPE html>
2+
23
<head>
34
<link rel="shortcut icon" id="dynamic-favicon" href="favicon.png">
45
<title id="dynamic-title">Classes</title>

0 commit comments

Comments
 (0)