Skip to content

Latest commit

 

History

History
69 lines (58 loc) · 1.39 KB

README.md

File metadata and controls

69 lines (58 loc) · 1.39 KB


A computer graphics application built with HTML5-Canvas.

screenshot

Key Features

  • Tools
    • Pencil
    • Line
    • Eraser
    • Text
    • Spray
    • Fill
    • Rectangle
    • Circle
  • Pickers
    • Color
    • Size
  • Files
    • Open File
    • Save Canvas

Getting Started

To run this application on a local server, follow the instructions below.

Installation

Node.js

Install Node.js here.  

Gulp

Install Gulp globally.

sudo npm install gulp -g

Clone

Clone the repository.

git clone https://github.com/bcastell/scribble

Navigation

Enter the root directory of the local repository.

cd location/where/repository/is/saved/scribble

Start Server

Spin up a server on your computer to launch the application.

gulp

Authors

  • Brandon Castellanos - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.