Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 499 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 499 Bytes

Usage

Create an App

# with git
$ git clone https://github.com/jekigates/nextron-with-shadcn-ui

Install Dependencies

$ cd nextron-with-shadcn-ui

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)