Go Conference 2024 WebsiteGetting StartedPrerequisitesNode.js: v20.x or higherpnpm: v8.x or higher (use corepack)Enable corepack.corepack enableInstall dependencies.pnpm installStart the development server.pnpm run devOpen http://localhost:4321 in your browser.