Allow coders to “publish” their work to a stable, shareable URL.
A few approaches come to mind:
- Export a gist that contains a single file with the fully-cooked page. Run the gist through RawGit. Very simple! Not clear how this would work with multi-page sites though.
- Push a project straight to a full-fledged GitHub repo, configured to publish to
gh-pages. Definitely more work, but very nice and robust!
- Set up a publicly-accessible S3 bucket, upload files directly to that (this is probably a bad idea)
- Similarly, use something like BitBalloon
I think I’m leaning Option 2 at this point.
Allow coders to “publish” their work to a stable, shareable URL.
A few approaches come to mind:
gh-pages. Definitely more work, but very nice and robust!I think I’m leaning Option 2 at this point.