Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 847 Bytes

Lights Manager

Getting Started

Some packages used in this project such as electron-webpack and electron-builder strongly recommend the use of yarn for package management, so it is used rather than npm.

Clone the repo:

git clone [email protected]:jgutschon/lights-manager.git

Install yarn:

npm i -g yarn

Install the project dependencies:

yarn

Available Scripts

Start the app locally for development:

yarn dev

Build a package from source (defaulted to deb):

yarn build

Learn More

See the electron-webpack documentation for more information.

This app was bootstrapped with Create React App. Read the documentation for more info.

To learn React, check out the React documentation.