From 401f75aff863011ff686113c02d933bc3c6f849e Mon Sep 17 00:00:00 2001 From: bubbo <85169821+xbubbo@users.noreply.github.com> Date: Wed, 28 Feb 2024 08:26:21 -0500 Subject: [PATCH 1/2] Fixed Codespace Deployment --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f1c088c4e..35d0521a1 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@

Serving over 7 million users since 2023.

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

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.

-**If you fork this project, consider giving it a star in the original repository!** +If you fork this project, consider giving it a star in the original repository! **Join Our [Discord Community](https://discord.gg/interstellar)** -## Features 💻 +## Features
@@ -23,7 +23,7 @@
-## Deployment 🔽 +## Deployment ### Easy Deployment @@ -54,9 +54,10 @@ As of January 1st, 2024, Replit is [no longer free](https://blog.replit.com/host ### Solution for if there is no popup. -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`. -2. Go to the ports tab, Click Forward A Port, And type the port number. -3. Right-click Visibility and set Port Visibility to Public. +1. Run `npm i`, and before `npm run start`, prepend `PORT=8080`, replacing 8080 with another port. For example, `PORT=6969 npm run start`. +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` +3. Go to the ports tab, Click Forward A Port, And type the port number. +4. Right-click Visibility and set Port Visibility to Public. ### Need Help with Deployment? From 2bf662a15717dfd33d37f54fc4c95d792b88b068 Mon Sep 17 00:00:00 2001 From: airtag8892 <120539605+airtag8892@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:54:32 -0500 Subject: [PATCH 2/2] Update README.md improved README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d0521a1..9dea0e086 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ ## Interstellar -

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.

+

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.

If you fork this project, consider giving it a star in the original repository! -**Join Our [Discord Community](https://discord.gg/interstellar)** +**Join Our [Discord Community](https://discord.gg/interstellar) for support, more links, and an active community!** ## Features