Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 286 Bytes

Requirements

The minimum version of Node.js for Next.js 14 is 18.17.0

Other Change Next.js 14

Setup Environment

# 1. 依存関係をインストールする
npm install

# 2. 開発環境を起動する
npm run dev