You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! I have just started using StackBlitz to deploy example projects for our open source library. I am looking around but don't see this being possible today.
I want to have an /examples folder within my repository monorepo which would be the source of truth. In StackBlitz, I want to automatically create one project per each subfolder within my examples folder and keep it in sync.
This way, I wouldn't have to manually manage StackBlitz projects as they'd be updated as part of my regular commits. Additionally, I will want to run the same examples locally, so currently this would result in a duplicated effort.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there! I have just started using StackBlitz to deploy example projects for our open source library. I am looking around but don't see this being possible today.
I want to have an
/examples
folder within my repository monorepo which would be the source of truth. In StackBlitz, I want to automatically create one project per each subfolder within my examples folder and keep it in sync.This way, I wouldn't have to manually manage StackBlitz projects as they'd be updated as part of my regular commits. Additionally, I will want to run the same examples locally, so currently this would result in a duplicated effort.
Is this achievable today? If not, any plans to add support for managing demo examples like this? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions