docs

NextJS

NextJS is used to make frontend websites.

Usage

Initialization

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.

Dependencies

Dependencies

Create

Edit

Run

VS Code Debugger, or:

bun run dev

Build

GitHub Actions, or:

bun run build