ziqinyeow / juxtapose-legacy-desktop

πŸš€ Towards applicative pose estimation with Nextron to the Mars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss

# with pnpx
$ pnpx create-nextron-app my-app --example with-tailwindcss

Install Dependencies

$ cd my-app

# 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`)

About

πŸš€ Towards applicative pose estimation with Nextron to the Mars


Languages

Language:TypeScript 95.3%Language:JavaScript 2.6%Language:CSS 2.0%