Coder Social home page Coder Social logo

electron-pandora's Introduction

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

electron-pandora's People

Contributors

rbiggers avatar

Watchers

 avatar

Forkers

m1kep

electron-pandora's Issues

[bug]npm run dist doesn't work on windows

Issue: npm run dist not working on windows.
electron version: v6.0.12
node version: v12.12.0
npm version: 6.11.3
O.S: Windows 10 19H1 x64
error:

$ npm run dist

> [email protected] dist C:\electron-pandora
> rm -rf dist/ && electron-builder -mlw && npm run zip:all

  • electron-builder version=20.44.4
  • loaded configuration file=package.json ("build" field)
  • writing effective config file=dist\builder-effective-config.yaml
Build for macOS is supported only on macOS, please see https://electron.build/multi-platform-build
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dist: `rm -rf dist/ && electron-builder -mlw && npm run zip:all`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dist script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Codey\AppData\Roaming\npm-cache\_logs\2019-10-28T04_03_50_225Z-debug.log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.