iamtheluiz / deck

⌨️ Virtual control pad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

💻 Deck

This is a application that allows you to use your smartphone as a control pad for your computer, launching programs and sites, using hotkeys and more.

Project Interface Project Interface

Typescript React Electron

📂 Boilerplate

This project was bootstrapped with Electron React Boilerplate.

💻 Technologies

🏃 Getting Started

First, clone this repository and access the created folder:

# Cloning repository
git clone https://github.com/iamtheluiz/deck.git

cd deck/

Inside the folder, install all project dependencies:

npm install
# or
yarn install

👨🏽‍💻 Usage

To run this project in a local environment use:

npm run start
# or
yarn start

⚙️ Package

To create a package of this project, run:

npm run package
# or
yarn package

Await the script and you will have all generated files inside the "release/build" folder.

💼 Authors

About

⌨️ Virtual control pad

License:MIT License


Languages

Language:TypeScript 88.7%Language:JavaScript 9.7%Language:CSS 1.2%Language:EJS 0.4%