Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 826 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 826 Bytes

ACC Viewer 🏎️🏁👌

An Assetto Corsa Competizione results viewer powered by log files

Readme banner

Prerequisites

  • ACC server with dumpLeaderboards enabled - Docs
  • Node 14 ⚠️

Setup

  1. Install the dependencies
    npm install
  2. Build the application
    npm run build
  3. Update the .env file
    PORT=9000
    RESULTS_PATH="./relative-path-to-acc-server-logs"
    WATCH_INTERVAL_SECONDS=5
    
  4. Start the server
    npm run start
  5. Open http://localhost:9000 in your browser
  6. The server will automatically pick up any new files created by your ACC server and make the results available.