Skip to content

tinderjs/tinder-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinder-desktop

Contribution

tinder-desktop is a project that has a lot of potential if the power of the open-source community is harnessed. Come join us on Slack and view the priorities list to see how you can contribute, it is well appreciated!

Development

Run npm install in the main directory, and ensure you have gulp installed (npm install -g gulp-cli).

Running

From the project root:

gulp run

This starts the app, and listens on port 5858 to allow remote debugging of the main Electron process.

Building and packaging

gulp build:all builds binaries for all platforms.

gulp pack:all packages installers for all platforms.

gulp -T lists all available tasks, including platform-specific ones.

Limitations:

  • OS X can only be built and packaged on a Mac.
  • Packaging Linux builds requires fpm.

Contributors

Acknowledgment

This application was originally created by Github user [@mfkp] (https://github.com/mfkp) as tinderplusplus and a big thank you is given to him for getting the project off the ground and running.

ISC License

Copyright (c) 2015, VibraMedia, LLC

Copyright (c) 2016, TinderJS, Github Organization

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.