Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 297 Bytes

API service for running premailer

License: Python

Running in development

To start the website use:

lineman run

This will start a server on http://localhost:8000

Next, start the API server:

gunicorn --reload -b 127.0.0.1:5000 app:app