Skip to content

UseInterstellar/Interstellar-Astro

Repository files navigation

Interstellar V6

This is an unstable version of the Interstellar project, completely rewritten from the ground up.

Deployment

To deploy Interstellar on your server, follow these steps:

1. Clone the Repository

First, clone the Interstellar repository to your server:

git clone https://github.com/UseInterstellar/Interstellar-Astro
cd Interstellar

2. Install Dependencies and Start the Project

Once you've cloned the repository, install the required dependencies and start the application:

pnpm install && pnpm start

This will install all the necessary dependencies and start the application in production mode.

Development

If you are developing for Interstellar , use the following commands:

pnpm install && pnpm dev

This will install dependencies and start the development server, which will automatically reload when you make changes to the code.