Skip to content

Project-Liquid/control-panel-electron

Repository files navigation

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.

About

UI Prototype for project liquid control system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published