NextJS is used to make frontend websites.
pnpx shadcn init
cd <name>
pnpm 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:
pnpm dev
GitHub Actions, or:
pnpm build