Go Conference 2025 Website https://gocon.github.io/2025/ (redirected to https://gocon.jp/2025/) Getting Started Prerequisites Node.js: v22.x or higher pnpm: v9.x or higher (use corepack) Enable corepack. corepack enable Install dependencies. pnpm install Start the development server. pnpm run dev Open http://localhost:4321 in your browser.