Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 558 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 558 Bytes

Electron Desktop App Prototype

This is the first version of the Electron Desktop app that opens the OpenGenus IQ webpage.

Screenshot

Screenshot

Steps to run the Electron app:

Clone the Repository:

git clone https://github.com/OpenGenus/Desktop-app.git
cd Desktop-app

Install Dependencies: Make sure you have Node.js installed. Then, run:

npm install

Run the App:

npm start

This will launch the Electron application, and it should open the OpenGenus IQ webpage directly.