Initial commit

This commit is contained in:
2023-07-22 21:05:15 -04:00
commit 85afb7798a
5 changed files with 225 additions and 0 deletions

10
README Normal file
View File

@@ -0,0 +1,10 @@
Do not expect quality code. Only works with the Bun[1] runtime
Usage
- Run `bun run setup`, `npm run setup`, etc.
- Add usernames and such to the "feeds" array in config.js
- `bun .`
- Open `out/index.html` in a browser. Enjoy :)
References
1. https://bun.sh