Thanks to visit codestin.com
Credit goes to github.com

Skip to content

CD8576/inter

Repository files navigation

Interstellar V6

This is a unstable version of Interstellar rewritten from the ground up. Expect release around the start of the 2024-2025 school year.

Development

pnpm i
pnpm disable # Optional: Disables Astro's Telemetry - https://astro.build/telemetry
pnpm dev

Production

pnpm i
pnpm disable # Optional: Disables Astro's Telemetry - https://astro.build/telemetry
pnpm build
pnpm start