Skip to content

rbiggers/electron-pandora

Repository files navigation

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