Skip to content

AravindVasudev/clip-sync

Repository files navigation

clip-sync

clip-sync serves the text and images from your clipboard within the network.

Index

Dependencies

  • python 3.5.2
  • webpack
  • gunicorn
  • Flask
  • eventlet
  • Flask-SocketIO

Installation

  1. Install python & pip
  2. clone this repository
  $ git clone https://github.com/AravindVasudev/clip-sync.git
  1. Install dependencies either using requirements.txt or setup.py (using virtualenv is recommended)
  $ pip install -r requirements.txt
  (or)
  $ python setup.py install
  1. Install webpack and its dependencies
  $ npm install -g webpack
  $ npm install
  1. Build JS & CSS using webpack
  $ webpack
  (or)
  $ webpack -- watch # watch mode
  1. Start server
  $ ./clipSync.sh start

Screenshots

Contribute

You are always welcome to open an issue or provide a pull-request!

License

Built under MIT license.

About

clip-sync serves the text and images from your clipboard within the network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published