Add devcontainer.json for preview in codespaces.#32
Conversation
|
Pasting instructions from w3c/vc-render-method#46: This is somewhat experimental, but it may be useful for folks wanting to edit the HTML without downloading and installing all the necessary editing and previewing kit. Usage Click "Code" (top-right corner on this PR) and click "Create" Stopping the Codespace The containers are auto-stopped 30 minutes after inactivity, so if you want it stopped sooner, click the container name in the bottom right corner of the editor then click "Stop Container" in the list of options that appears. Or, click "Delete Container" if you're completely done with it." |
This adds in-browser editing to this specific as we did in w3c/vc-render-method#46