✨ 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
- 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
- Navigate to the Project Directory:
Change to the project directory:
cd WinGPT
- Install Dependencies:
Install the required dependencies using NPM:
npm install
- 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.