Generate a semi-random galaxy to play in Stellaris
- Paint where you want stars
- Generate stars
- Generate connections
- Download Stellaris map mod
See detailed instructions on the Steam Workshop.
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
pnpm install
pnpm dev --openTo create a production version:
pnpm buildYou can preview the production build with pnpm preview.