A stellar system and planetary configuration tool. Calculate star properties and design planetary systems.
npm install
npm run dev
Open http://localhost:5173 in your browser.
npm run build
Output goes to dist/ folder.
npm run check
src/
├── components/ # Svelte components
├── lib/
│ ├── stores/ # Svelte stores (state management)
│ └── utils/ # Helper functions and calculations
├── types/ # TypeScript type definitions
├── App.svelte # Root component
└── main.ts # Entry point