limber icon indicating copy to clipboard operation
limber copied to clipboard

Make Ember (the framework) Tutorial using embedded StackBlitz SDK

Open NullVoxPopuli opened this issue 2 years ago • 1 comments

Docs: https://developer.stackblitz.com/platform/api/javascript-sdk Prereq:

  • embroider ships vite support
  • I make another subdomain, maybe https://ember.glimdown.com
  • Figure out how to load up stackblitz projects based off some starter template + some modifications to allow the tutorial chapters to be hosted within this repo

Nice to have:

  • stackblitz provides a way to hide files, or categorize them somehow? since frameworks tend to have a lot of boilerplate (at least for mostly empty projects), it would be nice to guide focus to only reveal what files are needed for a given tutorial chapter.

NullVoxPopuli avatar Jan 15 '24 18:01 NullVoxPopuli

This could use tutorialkit: https://tutorialkit.dev/

This could even be generated from the official tutorial, since it's created in diffs.

NullVoxPopuli avatar Jul 05 '25 22:07 NullVoxPopuli