Zero-install prototyping with the full build. This guide covers the complete CDN setup for Nakshora 3.1.
Install#
terminal
npm install -DConfigure#
index.html
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/nakshora/nakshora@main/dist/css/nakshora.min.css" />Verify#
terminal
npx nakshora doctorDoctor 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.
