docs

NextJS

NextJS is used to make frontend websites.

Usage

Initialization

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.

Dependencies

Dependencies

Create

Edit

Run

VS Code Debugger, or:

pnpm dev

Build

GitHub Actions, or:

pnpm build