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

Move markdown to their own files. #69

Closed kevinjcliao closed 3 years ago

kevinjcliao commented 3 years ago

We've previously been using strings as Markdown in the JS files themselves. This ends up being annoying because it results in really long, large files. This PR moves these files to their own MD and imports them with readFileSync. Parcel automatically reads the readFileSync calls and inlines these. https://parceljs.org/javascript.html

Test Plan

[X] yarn frontend; yarn frontend, confirm website is working with content displaying across all languages.