Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nextjs Template from 12 to 14 #38

Open
cd-Roid opened this issue Sep 13, 2024 · 0 comments
Open

Update Nextjs Template from 12 to 14 #38

cd-Roid opened this issue Sep 13, 2024 · 0 comments

Comments

@cd-Roid
Copy link

cd-Roid commented Sep 13, 2024

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

  1. Create a Storyblok Space in Dashboard
  2. npx @storyblok/create-demo@latest Command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant