File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
148git 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
You can’t perform that action at this time.
0 commit comments