From d6608c822370ca7aad42c0ed54caf421ead8bb50 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 17:11:44 +0300 Subject: Update widget --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f431771..5342558 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,20 @@ Official website for **CustomWorks** - professional car detailing, wrapping, and - **Premium materials** - working with high-quality products and techniques ### Company Details + - **Owner**: CustomWorks - **Address**: Bydgoszcz, MiedzyƄ, Poland - **Phone**: +48 790-209-770 - **Website**: https://www.customworks.pl ### Services + CustomWorks offers a complete range of automotive care services, from basic detailing to advanced protection and customization solutions. ## Website Technology This website is built with: + - **[Astro 5.0](https://astro.build/)** - Modern static site generator - **[Tailwind CSS](https://tailwindcss.com/)** - Utility-first CSS framework - **TypeScript** - Type-safe development @@ -36,18 +39,21 @@ This website is built with: ## Development ### Prerequisites + - Node.js 18.17.1 or higher - npm or yarn ### Getting Started 1. **Clone the repository** + ```bash git clone cd customworks.com ``` 2. **Install dependencies** + ```bash npm install ``` @@ -60,13 +66,13 @@ This website is built with: ### Available Commands -| Command | Description | -|---------|-------------| -| `npm run dev` | Start development server | -| `npm run build` | Build for production | -| `npm run preview` | Preview production build | -| `npm run check` | Check for errors | -| `npm run fix` | Fix linting and formatting issues | +| Command | Description | +| ----------------- | --------------------------------- | +| `npm run dev` | Start development server | +| `npm run build` | Build for production | +| `npm run preview` | Preview production build | +| `npm run check` | Check for errors | +| `npm run fix` | Fix linting and formatting issues | ## Project Structure -- cgit v1.2.3