pdehaan / repo-health-report

Issue tracker stats for repos.
https://repo-health-report.now.sh/
Mozilla Public License 2.0
3 stars 0 forks source link

Eleventy vs Express #1

Open pdehaan opened 4 years ago

pdehaan commented 4 years ago

Currently, the site is just statically built via the awesome Eleventy library.

Not sure if we should port it to Express so it can be more dynamic.

Eleventy:

PROS:

CONS:

Express

PROS:

CONS:

Either way, we can probably deploy using Zeit Now which is super easy and free.

pdehaan commented 4 years ago

If we stick with Eleventy, I wonder if we can somehow leverage GitHub actions to run our cron scripts and possibly see if it can do a Now server deployment.