# with git
$ git clone https://github.com/jekigates/nextron-with-shadcn-ui
$ cd nextron-with-shadcn-ui
# using yarn or npm
$ yarn (or `npm install`)
# using pnpm
$ pnpm install --shamefully-hoist
# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)