HTML5-Canvas Drawing Application
To run this application on a local server, follow the instructions below.
Install Node.js here.
Install Gulp globally.
sudo npm install gulp -g
Clone the repository.
git clone https://github.com/bcastell/scribble
Enter the root directory of the local repository.
cd location/where/repository/is/saved/scribble
Spin up a server on your computer to launch the application.
gulp
This project is licensed under the MIT License - see the LICENSE file for details.