お決まりの構成で
Next プロジェクト
を立ち上げる

terminal
# Clone the repository
git clone https://github.com/b13o/next-starter.git

# Install dependencies
cd next-starter
npm install

# Start your development journey
npm run dev