From 241a4515813c87d53686354fc6757d43308b939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Marmu=C5=BAniak?= <130864687+MatiHalek@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:48:22 +0100 Subject: [PATCH] Update README.md --- README.md | 75 ++++++------------------------------------------------- 1 file changed, 8 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 25b5821..15d57e5 100644 --- a/README.md +++ b/README.md @@ -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.