Open7
Vercel, Next.js入門の記録
公式のテンプレを使ってみる
いきなりデプロイ完了
簡単すぎ
Cloneしてローカルでも動かしてみる
READMEに載っていたのでbunを使ってみる
bun dev
bunのインストール
curl -fsSL https://bun.sh/install | bash
nextがないというエラー
$bun dev
$ next dev
/bin/bash: next: command not found
error: script "dev" exited with code 127
アップデートで解決
bun update
ローカルでも起動した
http://localhost:3000