Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiHalek authored Nov 10, 2024
1 parent a69e0e4 commit 241a451
Showing 1 changed file with 8 additions and 67 deletions.
75 changes: 8 additions & 67 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,16 @@
# Nuxt Minimal Starter
# OTOSZROTO

Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Dive into the world of automotive excellence with our intuitive car advertisement system, where new and used vehicles come to life through a sleek, user-friendly interface. Whether you're a buyer searching for your dream car or a seller eager to connect with potential customers, this platform makes the experience seamless and enjoyable. Explore, list, and discover with just a few clicks — your next vehicle is waiting. Let it happen!

## Setup
![image](https://github.com/user-attachments/assets/ea17bdc1-ed4f-4070-8d53-5703b6243b1a)

Make sure to install dependencies:
Step into the details of each listing, where every car shines through a beautifully designed image gallery. Whether it's the latest model or a pre-owned gem, our system allows users to explore each vehicle in full, with high-quality visuals that truly highlight the car's best features. No matter the device, the gallery adapts effortlessly, ensuring your experience remains flawless from start to finish.

```bash
# npm
npm install
![image](https://github.com/user-attachments/assets/c5dec57f-9b60-449f-b897-56974750840b)

# pnpm
pnpm install
Ready to post your car for sale? Our submission form is as elegant as it is simple. Effortlessly add vehicle details, upload photos, and categorize your listing. With just a few easy steps, your ad will be live, allowing others to discover your car in no time.

# yarn
yarn install
![image](https://github.com/user-attachments/assets/b97c974e-f128-4f79-af25-416be798a212)

# bun
bun install
```
And when it comes to joining the platform, rest assured — our registration process is swift, free, and straightforward. In just moments, you can create an account and begin posting your car ads without any hassle, unlocking a world of possibilities for both buyers and sellers alike. Join us today!

## Development Server

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

```bash
# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview
```

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

0 comments on commit 241a451

Please sign in to comment.