[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]utils/2024-10-02 08:29 -  
[DIR]server/2024-10-02 08:29 -  
[DIR]public/2024-10-02 08:29 -  
[DIR]plugins/2024-10-02 08:29 -  
[DIR]pages/2024-10-02 08:29 -  
[DIR]node_modules/2024-10-03 12:12 -  
[DIR]layouts/2024-10-02 08:29 -  
[DIR]content/2024-10-02 08:29 -  
[DIR]components/2024-10-02 08:29 -  
[DIR]assets/2024-10-02 08:29 -  
[TXT]nuxt.config.ts2024-10-04 08:28 528 a412e19 redirect to receipts [كارل مبارك]
[   ]tsconfig.json2024-10-02 08:29 94 8d86cb0 first commit [كارل مبارك]
[TXT]README.md2024-10-02 08:29 842 8d86cb0 first commit [كارل مبارك]
[   ]package.json2024-10-02 08:51 677 2d86d5c added .env config [كارل مبارك]
[   ]package-lock.json2024-10-02 13:58 536K2d86d5c added .env config [كارل مبارك]
# 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.