Skip to content

craft2guardian/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.

About

The latest version of Interstellar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.2%
  • Astro 35.4%
  • JavaScript 5.7%
  • CSS 2.4%
  • Dockerfile 0.3%