Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 801 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 801 Bytes

ASI Control Panel

Running the program

  1. Clone the repository.

    git clone <repository_url>
  2. Ensure the latest versions of yarn and node.js LTS are installed. This project was developed with node v22.13.1 in mind.

  3. Install dependencies.

    cd <repository_directory>
    npm install
  4. Run the project.

    npm start

Miscellaneous issues

This project uses platform-specific dependencies, so some things (like running from WSL) are buggy. In these cases, try installing platform-specific dependencies (e.g., @esbuild/linux_x64). If you have a mac, go into package.json and delete the dependencies associated with linux; npm should install all mac-required packages itself on npm install. Should be similar with windows.