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
Copy file name to clipboardExpand all lines: src/pages/guides/getting-started/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,12 @@ Then setup some npm scripts in your _package.json_ for running Greenwood and mak
85
85
86
86
<!-- prettier-ignore-end -->
87
87
88
-
## Jump Right In
88
+
## Stackblitz
89
89
90
90
If you want to jump to the final results right away, you can browse [the companion repo](https://github.com/ProjectEvergreen/greenwood-getting-started) or play around with it directly in your browser on [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started).
91
91
92
+
> ⚠️ Currently Stackblitz does [not have support for Node `22.18.0`](https://github.com/stackblitz/webcontainer-core/issues/560#issuecomment-3263215295).
0 commit comments