Zero-install prototyping with the full build. This guide covers the complete CDN setup for Nakshora 3.1.

Install#

terminal
bash
npm install -D

Configure#

index.html
html
<link rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/nakshora/nakshora@main/dist/css/nakshora.min.css" />

Verify#

terminal
bash
npx nakshora doctor

Doctor validates your config, checks that content globs match real files, and prints the engine version.

Troubleshooting#

  • Large download → expected; the CDN file is the full build. JIT-compile for production.

Next#

Styling patterns: concepts/utility-first-methodology|utility-first methodology · performance: performance/index|performance guide.