Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Meme is a generator that Vox Media uses to create social sharing images. See wor

This will start a local web server running at: `http://localhost:4567/`

## Deploy

* `bundle exec middleman build`

This will bake the files in `source/` into a static app in `build/`.

## Customization

### Configuration
Expand Down Expand Up @@ -60,4 +66,4 @@ If you're hosting this application on the same domain that serves your images, t
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
5. Create a new Pull Request