mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 20:25:01 +00:00
30 lines
449 B
Markdown
30 lines
449 B
Markdown
# <img src="./app/icon.png" alt="T2" width="20" /> MapGenius™
|
|
|
|
## Map inspector for Tribes 2.
|
|
|
|

|
|
|
|
## Development
|
|
|
|
Install dependencies:
|
|
|
|
```console
|
|
npm install
|
|
```
|
|
|
|
Run the dev server:
|
|
|
|
```console
|
|
npm start
|
|
```
|
|
|
|
### Running scripts
|
|
|
|
[tsx](https://tsx.is) is included to run TypeScript files directly.
|
|
|
|
Example:
|
|
|
|
```console
|
|
tsx scripts/generate-manifest.ts
|
|
```
|