Skip to content

✨ Running from Source Code

If you prefer to run WinGPT from the source code instead of the compiled application, follow these steps:

Prerequisites

Ensure you have the following installed on your system: - Node.js (v18.0.0 or higher) - NPM (comes bundled with Node.js)

Steps to Run

  1. Clone the Repository: Open your terminal or command prompt and run the following command to clone the repository:
    git clone https://github.com/Yixboost/WinGPT.git
    
  2. Navigate to the Project Directory: Change to the project directory:
    cd WinGPT
    
  3. Install Dependencies: Install the required dependencies using NPM:
    npm install
    
  4. Run the Application: Start the application by running:
    npm start
    

After executing the above command, the WinGPT application should launch, and you can start using it directly from the source code.

Note

Make sure to check the terminal output for any errors during the installation process and resolve them as needed. If you encounter issues, feel free to open an issue on GitHub.



Yixboost Wiki, Problems? Visit our help page!