18 lines
740 B
Markdown
18 lines
740 B
Markdown
<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>
|
|
<p><strong><a href="https://github.com/leafac/www.kill-the-newsletter.com">Source</a></strong> • <img alt=".github/workflows/main.yml" src="https://github.com/leafac/www.kill-the-newsletter.com/workflows/.github/workflows/main.yml/badge.svg" /></p>
|
|
</div>
|
|
|
|
# Running Locally
|
|
|
|
Install [Node.js](https://nodejs.org/) and run:
|
|
|
|
```console
|
|
$ npm install
|
|
$ npm start
|
|
```
|
|
|
|
The web server will be running at `http://localhost:8000` and the email server at `smtp://localhost:2525`.
|