Open
Description
Right now if you boot up the app from a fresh install while offline, you can't access any of the docs or examples on the site.
Here's what we should do about it:
- Add "dns fallback" list with p2p versions of sites
- Have protocol handlers use this for resolving when regular DNS fails
- Add a step to the build to package the latest hyperdrive for the website into a ZIP archive (or some other format)
- On boot try filling the contents of the hyperdrive with the cache if nothing exists for it yet or the existing data is out of date.
- Test trying to load site pages while offline
This could be expanded to have a dynamic list of preloaded sites.