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 started the process of converting the components to TypeScript.
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
- 💵