Skip to content

Latest commit

 

History

History
76 lines (50 loc) · 2.21 KB

File metadata and controls

76 lines (50 loc) · 2.21 KB

Stackhacker UI Starter Template

Stackhacker UI

Use this template to get started with Stackhacker UI quickly.

Stackhacker UI Starter Template

Quick Start

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

Deploy your own

Deploy with Vercel

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

Run the quality checks:

pnpm lint
pnpm typecheck

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

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