Replies: 1 comment
-
Interesting questions @wchorski, pnpm At this time I don't have any universal instructions for how to use the examples as starter templates, but maybe that could be an option for using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been building with framework-nextjs-app-directory and was looking to upgrade it's packages, inline with Keystone's framework.
I see now they use
pnpm
to manage packages and a bit confused on theworkspace
andcatalog
namespaces inside the framework'spackage.json
Before
Before there was no
pnpm
. The framework'spackage.json
was easily portable over to a local directory where I could runnpm i
, remove stuff like"@preconstruct/next": "^4.0.0",
, and start buildingHow to initialize a framework?
How would I initialize a framework in my own repo where
framework-nextjs-app-directory
is the root directory? I understand how to work inside thekeystone
monorepo to build the app, but I would like to commit to a personal repo my changes.How to update framework?
Also how would I go about update these packages when Keystone updates the framework?
Beta Was this translation helpful? Give feedback.
All reactions