g0v / vaccinate

vaxx.tw is a tool to find COVID-19 Vaccine Appointments near you
http://vaxx.tw
MIT License
33 stars 20 forks source link

Automate GitHub Pages deployment #67

Closed kevinjcliao closed 3 years ago

yorkxin commented 3 years ago

I can take this. I actually got a working PoC.

yorkxin commented 3 years ago

See https://github.com/yorkxin/vaccinate/tree/serverless for my idea

kevinjcliao commented 3 years ago

@yorkxin, we're not going to remove the backend probably for a while. What we can do is serve the React App from GitHub pages and have it call vaxx.tw/hospitals to get data.

The first step here would be to get a working version of the app deployed on GitHub pages at https://g0v.github.io/vaccinate!~

yorkxin commented 3 years ago

Totally agree. I'll change my PR so that front end HTML can be deployed to gh-pages. I'll keep the backend server working as-is.