git clone https://github.com/lpndev/nextjs-boilerplate.git
mv nextjs-boilerplate [project-name]
code [project-name]
rm -rfv .git && git init
git add . && git commit -m "initial commit"
bun install
bun run update
bun run dev
bun run format
bun run lint
bun run build
bun run start
Licensed under the MIT license.