initial autoloading river
authorxangelo <me@xangelo.ca>
Fri, 26 Jan 2024 16:15:30 +0000 (11:15 -0500)
committerxangelo <me@xangelo.ca>
Fri, 26 Jan 2024 16:16:55 +0000 (11:16 -0500)
commit2a2958bb2ed2ab05eac3a0a6ba6e5171dbd0ebc2
treeac55053c1b3a14106cd04aec9c7bda3515d6c414
initial autoloading river

Two feeds (hn frontpage, techcrunch) that will auto-refresh indefinitely
every 5 minutes.
15 files changed:
.env.sample [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.yarnrc.yml [new file with mode: 0644]
knexfile.ts [new file with mode: 0644]
migrations/20240125151642_init.ts [new file with mode: 0644]
migrations/20240126041850_favicons.ts [new file with mode: 0644]
package.json [new file with mode: 0644]
src/public/index.html [new file with mode: 0644]
src/public/style.css [new file with mode: 0644]
src/server.ts [new file with mode: 0644]
src/time.ts [new file with mode: 0644]
src/types.ts [new file with mode: 0644]
src/views.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
yarn.lock [new file with mode: 0644]