Skip to content

Commit 401f75a

Browse files
authored
Fixed Codespace Deployment
1 parent 021a485 commit 401f75a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<p>Serving over 7 million users since 2023.<p>
44
</div>
55

6-
## What is Interstellar? 🤔
6+
## Interstellar
77

88
<p>Interstellar is a web proxy with a clean and sleek ui and easy to use menus. Our goal is to provide the best user experience to everyone.</p>
99

10-
**If you fork this project, consider giving it a star in the original repository!**
10+
If you fork this project, consider giving it a star in the original repository!
1111

1212
**Join Our [Discord Community](https://discord.gg/interstellar)**
1313

14-
## Features 💻
14+
## Features
1515

1616
<div align="center">
1717

@@ -23,7 +23,7 @@
2323

2424
</div>
2525

26-
## Deployment 🔽
26+
## Deployment
2727

2828
### Easy Deployment
2929

@@ -54,9 +54,10 @@ As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/host
5454

5555
### Solution for if there is no popup.
5656

57-
1. Run `npm i`, and before `npm run start`, prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; npm run start`.
58-
2. Go to the ports tab, Click Forward A Port, And type the port number.
59-
3. Right-click Visibility and set Port Visibility to Public.
57+
1. Run `npm i`, and before `npm run start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 npm run start`.
58+
2. If this does not work then you can prepend `$env:PORT=8080;`, replacing 8080 with another port. For example, `$env:PORT=6969; npm run start`
59+
3. Go to the ports tab, Click Forward A Port, And type the port number.
60+
4. Right-click Visibility and set Port Visibility to Public.
6061

6162
### Need Help with Deployment?
6263

0 commit comments

Comments
 (0)