This is a repro for my PR at: vikejs/vike-solid#86 that implements Nested Cumulative Layouts for Vike Solid.
- Make sure you cloned https://github.com/vikejs/vike-solid
- cd
vike-solid/vike-solid
and typepwd
in the terminal to get the directory. Copy that. - Make sure to
pnpm build
andpnpm link .
- Clone this repo somewhere and go to package.json and replace the absolute url after
link:
with your absolute url.
"vike-solid": "link:/Users/carlo/Desktop/Projects/vike-solid/vike-solid"
pnpm install
andpnpm dev
to start the server.