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
- Host: GitHub
- URL: https://github.com/useinterstellar/interstellar-astro
- Owner: UseInterstellar
- License: agpl-3.0
- Created: 2024-04-17T01:27:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T00:43:49.000Z (over 1 year ago)
- Last Synced: 2024-10-23T08:07:46.428Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://discord.gg/Interstellar
- Size: 1.11 MB
- Stars: 12
- Watchers: 6
- Forks: 171
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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.