Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kingdido999/hnmail

📩 Hacker News Tailored For You.
https://github.com/kingdido999/hnmail

email hacker-news newsletter

Last synced: about 22 hours ago
JSON representation

📩 Hacker News Tailored For You.

Awesome Lists containing this project

README

        

# HN Mail

Hacker News Tailored For You.

## Development

Initialize and edit environment variables:

```
cp .env.example.js .env.js
```

Install dependencies and start development server:

```bash
yarn
yarn start
```

To compile changes from stylus folder:

```bash
yarn run stylus
```