Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Latest commit

 

History

History
43 lines (28 loc) · 1.29 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.29 KB

phantom-curator-nw

A desktop application for managing PhantomCSS visual diffs.

This builds on the original web app phantom-curator but turns it into a desktop app.

Get the app

zip / dmg files are too big to be hosted in github - for the moment you need to checkout the repo and build

Development

Getting started

tl;dr on windows and in a hurry? - just go

otherwise:

npm install

then to build

grunt

Dev working

There are 3 builds (default runs all of them):

  • grunt prepare - preprocess lib files etc
  • grunt build - builds the reactjs and makes the node-webkit app (use this to see code changes)
  • grunt package - creates the distribution zips / installers

To work on code run grunt build and then open the app exe in webkitbuilds/releases/phantom-curator/<os>/phantom-curator

Once running you can use Ctrl-Shift-i to open the debugging console.