↳
In-reply-to
»
Hi everyone, here's a little introduction of my twtxt client (still WIP).
⤋ Read More
@bender@twtxt.net Yes and no.
To build a compliant PWA you need to provide a webmanifest json and a service worker.
Those requirements are not directly part of this project.
You can build the client as a standalone PWA or even as a widget inside an existing page.
The general steps are closer to how you would include a third-party library in an existing project, by importing it as a dependency and using it in your website.
I’m pretty sure most users would expect a PWA (me included) so I plan to provide a ready-made template ready to be deployed as is.