[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]assets/2024-05-21 17:03 -  
[DIR]components/2024-05-24 14:29 -  
[DIR]layouts/2024-05-21 17:03 -  
[DIR]middleware/2024-05-21 17:03 -  
[DIR]node_modules/2024-05-30 13:47 -  
[DIR]pages/2024-05-24 14:29 -  
[DIR]server/2024-05-21 17:03 -  
[TXT]README.md2024-05-21 17:03 842 595aea1 more query options + view options [كارل مبارك]
[TXT]app.config.ts2024-05-21 17:03 95 595aea1 more query options + view options [كارل مبارك]
[TXT]nuxt.config.ts2024-05-24 14:29 469 4914647 redirect hom,e to submissions [كارل مبارك]
[   ]package-lock.json2024-05-30 13:47 473Kafd0ccc remove unused [كارل مبارك]
[   ]package.json2024-05-24 14:17 486 afd0ccc remove unused [كارل مبارك]
[   ]tsconfig.json2024-05-21 17:03 94 595aea1 more query options + view options [كارل مبارك]
# Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.