Decide whether to release to Github pages or a Digitalocean droplet
There are negatives to using Github pages, being that you need workarounds for future additions like React router. However it's free. Most data in the webapp is in some kind of JavaScript object or via external API so there will not be a direct need for a database for a while. User submissions will require some kind of data store but that's a far out feature (months from now).
We could always deploy to pages first then migrate later if the app requires it.
Deployment and Release to YangSearch.com
Part of v0.1 milestone
Thoughts: