Improve config & instruction

This commit is contained in:
dakedres 2024-01-10 20:04:35 -05:00
parent a7278084f4
commit 040bd8f6fa
3 changed files with 5 additions and 7 deletions

9
README

@ -8,10 +8,7 @@ Twitter (through nitter) sources are supported.
| Usage
- Run `yarn run setup`, `npm run setup`, etc.
- `yarn run setup`
- Add usernames and such to the "feeds" array in config.js
- `bun .`
- Open `out/index.html` in a browser. Enjoy :)
Links
1. https://bun.sh
- `yarn run start`
- Open `out/index.html` in a browser. Enjoy :)

@ -1,5 +1,5 @@
const courtesyWait = 1000 * 10
const linkToIndex = false
const linkToIndex = true
const pageSize = 20
const printDate = date =>

@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"setup": "mkdir out && cp -r default/* ."
},
"author": "",