A application that allows users to draw on an image or graph together at the same time. WIth options such as brush size and brush color. Imgage is an simple Node application with a lot of possibilities for expansion.
The Imgage project started as a fork of this amazing repository made my Eddanger. Found on the Open Source Projects page, it taught me everything I know about Node.
In order for installation to run as smoothly as possible make sure you download and install Node.js and Node Package Manager on your computer before you begin.
- Installation through Terminal begins with cloning this repository:
git clone https://github.com/KingShimkus/Imgage.git
- Then you want to
cd
into, like so:
cd Imgage/
- Once you are inside the the folder, install package dependencies:
npm install
- And finally, to run the application:
npm start
- Then make your way over to http://localhost:8080 and enjoy. :)
Please contribute, I am so lonely :'(. You can submit a pull request or just hit me up on Gitter. I do give full credit to those that contribute and will be happy to put your name under contributors.
Copyright (c) 2015, Luke Shimkus (MIT License)