Skip to content

Commit 4980180

Browse files
author
juniorbutyeah
committed
Migrate to bun, update docs for V7
1 parent 69106bf commit 4980180

4 files changed

Lines changed: 1622 additions & 7102 deletions

File tree

README.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,24 @@
1-
# Interstellar V6
1+
# Interstellar V7
22

3-
This is an unstable version of the Interstellar project, completely rewritten from the ground up.
3+
Web proxy with multi-tab browser interface.
44

5-
# Deployment
6-
7-
To deploy Interstellar on your server, follow these steps:
8-
9-
#### 1. Clone the Repository
10-
11-
First, clone the **Interstellar** repository to your server:
5+
## Deployment
126

137
```bash
148
git clone https://github.com/UseInterstellar/Interstellar-Astro
15-
cd Interstellar
9+
cd Interstellar-Astro
10+
bun install && bun start
1611
```
1712

18-
#### 2. Install Dependencies and Start the Project
19-
20-
Once you've cloned the repository, install the required dependencies and start the application:
13+
## Development
2114

2215
```bash
23-
pnpm install && pnpm start
16+
bun install && bun dev
2417
```
2518

26-
This will install all the necessary dependencies and start the application in production mode.
27-
28-
# Development
29-
30-
If you are developing for Interstellar , use the following commands:
31-
32-
```bash
33-
pnpm install && pnpm dev
34-
```
19+
## Tech Stack
3520

36-
This will install dependencies and start the development server, which will automatically reload when you make changes to the code.
21+
- Astro 5 + React 19
22+
- Fastify backend
23+
- Scramjet proxy engine
24+
- Tailwind CSS

0 commit comments

Comments
 (0)