Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 325 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 325 Bytes

Base Reorder

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.

Code

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