NextJS is used to make frontend websites.
bunx shadcn init
cd <name>
bun create playwright
Might need to run in a subdirectory if the current directory contains
desktop.ini for customizations.
Can use vitest template with --example with-vitest, but the template is bad,
so just use manual setup.
VS Code Debugger, or:
bun run dev
GitHub Actions, or:
bun run build