Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kingdido999/hnmail
- Owner: kingdido999
- License: mit
- Created: 2018-06-08T04:49:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:19:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T14:26:16.671Z (7 months ago)
- Topics: email, hacker-news, newsletter
- Language: JavaScript
- Homepage: https://hnmail.io
- Size: 925 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```