Add website

This commit is contained in:
Andros Fenollosa
2020-04-10 13:55:02 +02:00
parent b27b9f700d
commit 5154e75cc3
12 changed files with 46272 additions and 0 deletions

14
docs/README.md Normal file
View File

@@ -0,0 +1,14 @@
# web-important-stories-alert-for-hacker-news
## Make css
```sh
npm install tailwindcss
npx tailwind build css/tailwinds/main.css -o css/tailwinds/dist.css
```
## Dev
```sh
parcel index.html
```