Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.76 KB

File metadata and controls

75 lines (50 loc) · 1.76 KB

Stackhacker UI Docs Template

Stackhacker UI

Use this template to build documentation sites with Stackhacker UI, Nuxt 4, shadcn-vue, and Tailwind CSS v4.

Stackhacker UI Docs Template preview

Quick Start

pnpm dlx nuxi@latest init my-docs -t gh:stackhacker-ui/docs
cd my-docs
pnpm install
pnpm dev

Setup

Make sure to install the dependencies:

pnpm install

This template is verified with Node.js 22 and pnpm 10.

Set NUXT_PUBLIC_SITE_URL in production if you want social previews to use your own deployed URL.

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Quality checks

Run the same checks as CI:

pnpm lint
pnpm typecheck
pnpm build

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.