training
training copied to clipboard
Preview with gitpod is broken
trafficstars
Will try to add this feature back, it was nice to preview HTML within the gitpod browser, else you need to download the html and render on your local machine
It was already broken before :( The way I managed to do it was to run an HTTP server with python (type python -m http.server 8000)
Ok, thanks, yes I just downloaded it and ran from the browser. I think your way can be hard coded into gitpod