Open up an issue! Then:
- Clone and run
yarn && yarn start:dev
- Submit a PR (I can then build and deploy it on my end)
Note that I've committed the /dist
directory for now since I haven't mapped the index.html
or any of the images from /src
so they live in /dist
and therefore in source control for now.
For the PWA to work correctly in development, the site must be served in a secure context. To run the application in a secure context:
- Install mkcert & follow the instructions for installing a local certificate authority.
- Run
yarn gen:cert
yarn dev:https
- 💵