Skip to content

Wqrld/gamehub

Repository files navigation

gamehub

a hub for playing games on windows

This application will let you quicklaunch programs like steam or your favorite games

development Electron demos: Electron API Demos

we are now just using

  • renderer.js - The main js file in this project
  • main.js - the main app process
  • index.html - the bootstrap page

Electron Quick Start Guide.

To Use

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/aycgit/gamehub.git
# Go into the repository
cd gamehub
# Install dependencies
npm install
# Run the app
npm start

Resources for Learning Electron

License

CC0 1.0 (Public Domain) <-- electrons licence, but it also counts for this project for now