A tool that helps make meme images easily for sharing on social media, written in JavaScript. Inspired by Vox Media's Meme tool and Pixelcite.
Make sure your system has Node.js, Git, and Bower installed.
Run these commands to install required Node modules and various libraries/frameworks like jQuery and Bootstrap.
$ npm install
# If you don't have bower, install it
$ npm install -g bower
# otherwise, just run:
$ bower install
$ npm install -g grunt
$ npm install -g grunt-cli
To Start:
$ node server
Watch files for changes and compile during Development
$ grunt watch
Concatenated, but un-minified
$ grunt dev
Concatenated, minified files, ready for production
$ grunt build