kill-the-newsletter/README.md

25 lines
860 B
Markdown
Raw Normal View History

2020-03-20 19:36:18 +01:00
<div align="center">
<h1><a href="https://www.kill-the-newsletter.com">Kill the Newsletter!</a></h1>
<p><strong>Convert email newsletters into Atom feeds</strong></p>
<p><img alt="Convert email newsletters into Atom feeds" src="static/logo.png" width="150" /></p>
2020-03-21 16:58:28 +01:00
<p>
<a href="https://github.com/leafac/www.kill-the-newsletter.com">
<img alt="Source" src="https://img.shields.io/badge/Source---" />
</a>
<a href="https://github.com/leafac/www.kill-the-newsletter.com/actions">
<img alt=".github/workflows/main.yml" src="https://github.com/leafac/www.kill-the-newsletter.com/workflows/.github/workflows/main.yml/badge.svg" />
</a>
</p>
2020-03-20 19:36:18 +01:00
</div>
2020-03-19 15:48:31 +01:00
# Running Locally
Install [Node.js](https://nodejs.org/) and run:
```console
$ npm install
2020-03-20 07:52:49 +01:00
$ npm start
2020-03-19 15:48:31 +01:00
```
The web server will be running at `http://localhost:8000` and the email server at `smtp://localhost:2525`.