starmap for the hit game waste of space on the nintendo switch
credits to dorpg for the textures
credits to Zalander for search functions
install bun https://bun.com/docs/installation
git clone https://github.com/someoneidoknow/starmap.git
cd starmap/webui
bun install
bun run dev
find your local IP address (e.g. 192.168.x.x)
bun run dev -- --host
the app will be accessible from any device on your network at http://<your-local-ip>:5173
install docker https://docs.docker.com/get-docker/
git clone https://github.com/someoneidoknow/starmap.git
cd starmap
docker compose up -d --build
the app runs on http://localhost:4000 (and http://localhost:4001 for the second instance)
to update to the latest version: ./deploy.sh
to force a full rebuild: ./deploy.sh --force