Meme is a generator to create social sharing images. This is the Metro Swedens fork based on the Los Angeles Times fork of Vox Medias original.
A usable version can be found at http://www.hugoewald.se/meme.
Edit the source directory to make the changes you want
You can fire up the test server locally by running:
$ make serveBuild the source files into a working static site
Like so:
$ make buildCommit your work
Use Git to commit your work to our repository.
# Add the changes
$ git add .
# Log your work
$ git commit -m "A precise message goes here"
# Push it up to GitHub
$ git push origin master