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
Using the npx @storyblok/create-demo@latest script is very intuitive and helps saving time when spinning up a storyblok project. But its still using Next 12 which is quite old now. It would be great to have the command fufill a better purpose than it s doing right now.
Expected Behavior
Command creates a Nextjs Project using "next": "14.2.9" and "react": "^18".
Project uses the app Router
Project creates TypeScript files instead of js Files
Project implements the current tutorial in the Documentation
Current Behavior
Project uses next 12.
Project generates js Files
Project uses Pages Router
Project uses old Documentation
Steps to Reproduce
Create a Storyblok Space in Dashboard
npx @storyblok/create-demo@latest Command
The text was updated successfully, but these errors were encountered:
Using the
npx @storyblok/create-demo@latest
script is very intuitive and helps saving time when spinning up a storyblok project. But its still using Next 12 which is quite old now. It would be great to have the command fufill a better purpose than it s doing right now.Expected Behavior
Current Behavior
Steps to Reproduce
The text was updated successfully, but these errors were encountered: