This web app allows you to reorder the bases in the teleporter UI in No Man's Sky by simply drag'n'dropping them where you want them to be.
This app is built with TypeScript and Vite. To run it locally, clone the repo, then run:
npm i
To start the dev server, run
npm run dev