BenBenBenB / Lethal-Company-Guy-in-Chair

A UI and AHK script to help cycle through camera views in the game Lethal Company.
MIT License
2 stars 1 forks source link

To run this project:

  1. nvm use to source appropriate version of Node.
    • This should only be required once per terminal session and only if you're not using Node v18.17.1.
  2. npm i to install all necessary dependencies.
    • This should only need to be performed once
  3. npm start to start up the server

If you want to run tests (without Wallaby): npm test