In the data/templates
directory, use the example to create your own template directory. The name of the directory will be the primary alias for that meme.
Create a pull request to be merged after review.
- Python 3.6+
- Windows: https://www.python.org/downloads
- macOS:
$ brew install python3
- Linux:
python3.6
andpython3.6-dev
packages
- pipenv: http://docs.pipenv.org
- Make:
- OpenJPEG:
- Windows: ?
- macOS:
$ brew install openjpeg
- Linux: ?
- libfreetype:
- Windows: ?
- macOS:
$ brew install freetype
- Linux: ?
After cloning the repository, create a virtualenv:
$ make install
Run the server locally:
$ make run
or also launch it in your browser:
$ make launch
Manually run the tests and checkers:
$ make ci
or keep them running on change:
$ make watch
In order to have OS X notifications,
brew install terminal-notifier
.
After checks pass, create a pull request to be merged after review.