Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 408 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 408 Bytes

TSKaigi 2025 Web Site

Setup

# Install pnpm
npm install -g pnpm

# Install dependencies
pnpm install

# Start development server
pnpm dev

Lint and Format

Biomeを使用しています。VSCodeを使っている場合、拡張機能をインストールしてください。 https://marketplace.visualstudio.com/items?itemName=biomejs.biome

# Lint and format
pnpm check:fix