mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
14 lines
198 B
Markdown
14 lines
198 B
Markdown
# 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
|
|
``` |