Skip to content

funsocietyirc/Snipper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snipper

Snipping tool built with Electron, React and Node.js backend

See complete Tutorial

Setup Instructions

$ git clone https://github.com/waleedahmad/Snipper.git

# install dependencies
$ npm install

# For dev
$ npm run dev

# For production
$ npm run prod

# Generate installer and binary
$ npm run dist

# Running upload server for snips (required for upload feature)
$ npm run server

Known Issues

Ubuntu 16.04

  • kiosk : true option passed to BrowserWindow hides unity laucher

Screenshots

alt text

alt text

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.4%
  • HTML 6.2%
  • CSS 4.4%