Improve config & instruction
This commit is contained in:
parent
a7278084f4
commit
040bd8f6fa
9
README
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": "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user