/pdi-playground

A smart photoshop created in PDI classes

Primary LanguageTypeScript

pdi-playground

A smart photoshop created in PDI classes

This project uses Electron with Typescript and with out good and old JQuery.

Configuring

Global dependence

You must to have the NodeJS, Ruby and Compass installed.

After confirm that you have all these items installed, run at the terminal (if you don't have installed):

[sudo] npm install -g gulp typescript

Setting up for development

Run the following commands:

$ npm install

Developing

Starting the project

While developing, open the terminal and run the following commands:

$ npm run start

With this command, the Typescript and SASS will be compiled every change.

Commit Guidelines

My commits convention is based at AngularJs Commits Convention