Welcome
Documentation for the Nama Shopify theme — what each section and block does, every setting it exposes, and the conventions the build follows.
Running the docs locally
Section titled “Running the docs locally”cd docs-sitenpm installnpm run dev # http://localhost:4321| Command | What it does |
|---|---|
npm run dev |
Local dev server with hot reload |
npm run build |
Production build into dist/ |
npm run preview |
Serve the production build locally |
npm run check |
Type-check content and config |
npm run deploy |
Build and deploy to Cloudflare Pages |
The site is set to noindex, nofollow — it’s internal documentation and should
stay out of search results.