A desktop application for managing PhantomCSS visual diffs.
This builds on the original web app phantom-curator but turns it into a desktop app.
zip / dmg files are too big to be hosted in github - for the moment you need to checkout the repo and build
- based on Node-Webkit
- using gruntjs for builds
- using Reactjs and Browserify for the js app
- using Pure for css
tl;dr on windows and in a hurry? - just go
otherwise:
npm install
then to build
grunt
There are 3 builds (default runs all of them):
grunt prepare
- preprocess lib files etcgrunt 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.