-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
We created a system for keeping tutorial text and the final app in sync (#2814). The system encodes all the steps the user needs to do in a machine readable format so the apps can be generated without someone going through each step of the tutorial manually.
We want to open source this since it's a generally useful tool for anyone using Docusaurus since there is not a lot of Wasp specific code in this tool.
Things that need to happen:
- Generalize the steps not to be Wasp specific (anything Wasp specific needs come from user-land)
- Remove
INIT_APPas it inits Wasp apps - Remove
MIGRATE_DBas it's Wasp specific - Add
SHELL_CMDor similar to be able to replace the Wasp specific steps
- Remove
- Shape the tool into a proper publishable package (the
TutorialActioncomponent should come from the package, the package needs to have abinfield...) - Decide if it will live in
waspmonorepo or outside - Write and publish docs
- Publish the package as
@wasp.sh/tacteor something similar
Metadata
Metadata
Assignees
Labels
No labels