Hikari

Handbook · Studio

Installation

Bring the Hikari template onto your roof with Node, pnpm, and a local studio.

Hikari is a Next.js app. You will run it as a static marketing house until you connect a backend.

Requirements

  • Node.js 20 or newer
  • pnpm 10

Install

pnpm install
cp .env.example .env
pnpm dev

Open http://localhost:3000.

pnpm install
pnpm dev

Environment

NEXT_PUBLIC_APP_URL is the canonical origin for metadata, Open Graph, and the sitemap. Set it before you deploy.

NEXT_PUBLIC_APP_URL=https://hikari.example

Scripts

| Script | Purpose | | --- | --- | | pnpm dev | Local studio | | pnpm build | Production build | | pnpm start | Serve the build | | pnpm lint | ESLint | | pnpm typecheck | TypeScript |

Where to put your brand

  • src/lib/site.ts — name, tagline, URL
  • src/app/globals.css — paper, ink, dawn
  • public/images — rooms, journal covers, portraits
  • src/content/journal and src/content/handbook — pages