7 lines
180 B
Bash
7 lines
180 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# npx create-next-app@latest [project-name] [options]
|
|
pnpm create next-app --example https://github.com/vercel/examples/tree/main/solutions/blog blog
|