Nakshora 3.1 can be added to any project in under a minute. Pick the path that matches your stack below — every command is tested against this release.

Package managers#

ToolCommand
npmnpm install -D @nakshora/vite-plugin
pnpmpnpm add -D @nakshora/vite-plugin
yarnyarn add -D @nakshora/vite-plugin
bunbun add -d @nakshora/vite-plugin

Swap @nakshora/vite-plugin for @nakshora/postcss, @nakshora/cli or @nakshora/core depending on your integration — see the guides below.

Choose your integration#

Verify the install#

terminal
bash
npx nakshora doctor
# ✓ config found: nakshora.config.js
# ✓ content globs match 42 files
# ✓ core version 3.1.0
Tip. nakshora doctor checks your config, content globs and versions — run it first when anything looks off. Full guide: cli/doctor|nakshora doctor.