ACC Toolkit is a collection of useful tools for preparing configuration files for Assetto Corsa Competizione servers.
A built copy of this code is running at https://acctoolkit.bigc.industries which anyone is free to use.
A new version written in Vue 3 is currently in progress, which will eventually replace the old Vue 2 version that lives in the main
branch.
The new version will (hopefully) include all the features from the current website as well as new things like the ability to save drivers & supporting multiple platforms.
This new version is currently in the next
branch, and also available at https://acctoolkit-next.bigc.industries if you wish to give it a try.
Please let me know if you have any feedback using the issues tracker here on GitHub. 😎
ACC Toolkit is developed using the Vue.js 2 framework.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production
npm run build