Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 414 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 414 Bytes

meme-server

The microservice that powers Dank Memer's Image Generation.

View a live instance here

Starting meme-server

install rethinkdb here and get that running

git clone
cd meme-server
./start.sh

You can use this in conjunction with pm2 or tmux to ensure it runs after exiting the SSH session.