1.0.0 • Published 8 years ago

pixlr v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Pixel

####Make pixel art and output css. Holy shit.

####Trello Board ####https://trello.com/b/m0oTEfdP/pixel

####Installation concerns #####Unit Testing Installation

npm install karma --save-dev
npm install -g karma-cli
npm install karma-jasmine karma-chrome-launcher --save-dev

Running

cd tests/unit
karma start karma.conf.js

Note: I forgot, but there might be some issues with jasmine. Might need to do the follow as well #todo

npm install -g karma-jasmine

#####End-to-End Testing Installation

sudo npm install -g protractor
sudo webdriver-manager update

Running

webdriver-manager start
node server.js
cd tests/e2e
protractor protractor.conf.js

Note: There might be issues with things if you can't get right out to the internet...