https://github.com/resir014/trackmania-tools
A suite of tools for the game Trackmania developed by me.
https://github.com/resir014/trackmania-tools
react trackmania trackmania2020 typescript
Last synced: 3 months ago
JSON representation
A suite of tools for the game Trackmania developed by me.
- Host: GitHub
- URL: https://github.com/resir014/trackmania-tools
- Owner: resir014
- License: mit
- Created: 2022-09-16T16:03:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-04T04:17:12.000Z (5 months ago)
- Last Synced: 2025-02-07T21:44:05.229Z (4 months ago)
- Topics: react, trackmania, trackmania2020, typescript
- Language: TypeScript
- Homepage: https://trackmania-tools.resir014.xyz/
- Size: 380 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# trackmania-tools
> A suite of tools for the game Trackmania developed by me.
## Contributing
Pull Requests + other contributions welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to get started.
You can also help the project by [submitting bug reports or feature requests](https://github.com/resir014/TMViz/issues/new/choose).
## Developing
A nodejs >= 12.0.0 setup with [pnpm](https://pnpm.io/) is recommended.
```bash
# install dependencies
pnpm install# serve with hot reload at localhost:3000
pnpm run dev# build for production
pnpm run build# run lint + type check
pnpm run validate
```## Credits
Built with [Next.js](https://nextjs.org/).
## License
[MIT](LICENSE).