diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 17:11:44 +0300 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2025-07-22 17:11:44 +0300 |
| commit | d6608c822370ca7aad42c0ed54caf421ead8bb50 (patch) | |
| tree | 468ec79a662b1bdfa48e78b2657ce490f5e30192 /README.md | |
| parent | 6c71a67a7473ee30c424ac63b4d2b27c38007d5e (diff) | |
Update widget
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -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 <repository-url> 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 |
