Ken-Ton Garden Tour event site built with Next.js.
-
Install Corepack:
npm install -g corepack
-
Install dependencies:
yarn install
-
Configure VSCode:
- Install ZipFS extension
- Press
ctrl+shift+p
in a TypeScript file - Choose "Select TypeScript Version"
- Pick "Use Workspace Version"
yarn run dev
This project leverages Yarn's modern Plug'n'Play installation strategy and includes a respective VSCode editor SDK in version control.
-
yarn set version stable yarn install
-
Regenerate VSCode Yarn PnP SDK:
yarn dlx @yarnpkg/sdks vscode