This is an unstable version of the Interstellar project, completely rewritten from the ground up.
To deploy Interstellar on your server, follow these steps:
First, clone the Interstellar repository to your server:
git clone https://github.com/UseInterstellar/Interstellar-Astro
cd Interstellar
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.
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.