A suite of tools for the game Trackmania developed by me.
Pull Requests + other contributions welcome! Please read the CONTRIBUTING.md file to get started.
You can also help the project by submitting bug reports or feature requests.
A nodejs >= 12.0.0 setup with pnpm is recommended.
# 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
Built with Next.js.
MIT.