pnpm install
pnpm run start
On Windows you might need to enable shell-emulator
:
pnpm config set shell-emulator true
#595 (comment) suggests that this is intended to be a supported configuration, but unfortunately there are some shenanigans as of writing:
kit.paths.relative
(#9569)($app/paths).base
is determined at build-time (tbd, related to #7242)