An open API service indexing awesome lists of open source software.

https://github.com/useinterstellar/interstellar-astro

The latest version of Interstellar
https://github.com/useinterstellar/interstellar-astro

Last synced: 11 months ago
JSON representation

The latest version of Interstellar

Awesome Lists containing this project

README

          

# 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:

```bash
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:

```bash
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:

```bash
pnpm install && pnpm dev
```

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