Skip to content

GeeWizWow/ACC-viewer

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages