Closed rhildred closed 10 months ago
As a professor I want my UX design students to be able to use a git workflow so that they can publish their results on cloudflare or github pages.
I made my own git-pwa that prompts for user.name, user.email and a token created under github/settings/
It stores these values in the .env and keeps changes in sync with localStorage on the browser side.
localStorage
Thanks for the contributions! I will go through these changes soon.
@rhildred This caused a 404 in deployment. I reverted and applied everything except the Preact stuff.
Could you link to the git-pwa source?
As a professor I want my UX design students to be able to use a git workflow so that they can publish their results on cloudflare or github pages.
I made my own git-pwa that prompts for user.name, user.email and a token created under github/settings/
It stores these values in the .env and keeps changes in sync with
localStorage
on the browser side.