
Create a nitro app
npx create-nitro-app
Other package managers
pnpx create-nitro-app
yarn dlx create-nitro-app
bunx create-nitro-app
deno run -A npm:create-nitro-app
local development
- Clone this repository
- Install latest LTS version of Node.js
- Enable Corepack using
corepack enable
- Install dependencies using
pnpm install
- Try CLI using
pnpm create-nitro-app
Published under the MIT license.
Made by community ๐