Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T04:07:12.000Z (25 days ago)
- Last Synced: 2024-12-09T05:18:29.601Z (25 days ago)
- Topics: react, trackmania, trackmania2020, typescript
- Language: TypeScript
- Homepage: https://trackmania-tools.resir014.xyz/
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
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).