Skip to content

Paint-org/Paint.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint.JS

Setup development environment

  1. Install node.js for your platform (install npm too, if asked).
  2. Install the TypeScript compiler: run npm install -g typescript with admin privileges.
  3. Download and extract node-webkit for your platform.
  4. If you want code completion, syntax highlighting and a lot more nice features, set up Eclipse or Visual Studio.

Compile (for development)

Launch the script build/build.sh.

Run

Launch the script build/run.sh, or build/build-run.sh.