PathwayCommons / hyper-recent

Hyper-recent article feed
MIT License
1 stars 0 forks source link

Serving site: tasks #25

Closed jvwong closed 1 year ago

jvwong commented 1 year ago

Tasks required to serve a (demo) site:

jvwong commented 1 year ago

@maxkfranz these builds are failing on cloudflare (i think, can't see the logs) - maybe my buggy bash script is defeating the purpose of 'quick and dirty' and I should just turn these into nodeJS commander CLI programs?

maxkfranz commented 1 year ago

Yes, it's probably simpler to use node. It looks like the scripts are fairly simple, so hopefully it's straightforward to convert them. I pushed some date fixes to your PR branch, so that part should be resolved already.

jvwong commented 1 year ago

OK I will translate into commander programs.

maxkfranz commented 1 year ago

It looks like the dist fix in 07ba9fa got things working:

https://dashboard.baderlab.net or https://hyper-recent.pages.dev

Not a hugh priority to convert the scripts, but we'll probably need to do it in future (maybe part of the student projects).

jvwong commented 1 year ago

OK thanks!