I want to create a button link on my site that opens a folder of code in something like Visual Studio Code online, with a sidebar. I found Plunker, and it looks great.
I have a simple website template that is a folder of typical files, like index.html and css and javascript. I want people to be able to create a site from the template with the click of a button, and login and save their changes, and collaborate with others. Would also be great to have tracking changes.
Ultimately I want to internalize it in my own site, but I figured I'd start with an established online tool.
In case there's anything special out there involving web maps, I'm using MapBox GL.
Does anyone know of anything?
Figured out something at least:
Create a new page, or "Plunk" in plunker, and then save it, and use the link it it. If people want to use the template, they can hit the "fork" button, and save it to their account. Not quite finding how to see version history though.