An Assetto Corsa Competizione results viewer powered by log files
- ACC server with
dumpLeaderboards
enabled - Docs - Node 14
⚠️
- Install the dependencies
npm install
- Build the application
npm run build
- Update the .env file
PORT=9000 RESULTS_PATH="./relative-path-to-acc-server-logs" WATCH_INTERVAL_SECONDS=5
- Start the server
npm run start
- Open http://localhost:9000 in your browser
- The server will automatically pick up any new files created by your ACC server and make the results available.