-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from Lenni009/dev
add filtering for foreign bases
- Loading branch information
Showing
6 changed files
with
654 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# BaseReorder | ||
|
||
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: | ||
```bat | ||
npm i | ||
``` | ||
|
||
To start the dev server, run | ||
```bat | ||
npm run dev | ||
``` |
Oops, something went wrong.