Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.26 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.26 KB

electron-pandora

A Desktop app for Pandora

license

Download

Download latest release

Screenshot

Development

To clone and run this repository you'll need Git and Node.js. The easiest way to get Node.js on your computer is to use NVM.

I used nodemon for this development. It is a pretty cool little tool that will help speed up your development process.

From your command line:

# Clone this repository
git clone https://github.com/rbiggers/electron-pandora.git
# Go into the repository
cd electron-pandora
# Install dependencies
npm install
# Run the app
npm run start
# Run the app in debug mode
npm run dev
# Run the app with nodemon
npm run watch
# Run the app with nodemon in debug mode
npm run watch:dev
# Build the app
npm run dist

License MIT