kat-tax / vslite

More than Monaco, less than VSCode
https://vslite.dev
MIT License
61 stars 7 forks source link

make .env persist across web container reboots #38

Closed rhildred closed 10 months ago

rhildred commented 1 year 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/

User Settings

Developer Settings

Classic token

It stores these values in the .env and keeps changes in sync with localStorage on the browser side.

TheUltDev commented 1 year ago

Thanks for the contributions! I will go through these changes soon.

TheUltDev commented 10 months ago

@rhildred This caused a 404 in deployment. I reverted and applied everything except the Preact stuff.

Could you link to the git-pwa source?