summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 17:11:44 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 17:11:44 +0300
commitd6608c822370ca7aad42c0ed54caf421ead8bb50 (patch)
tree468ec79a662b1bdfa48e78b2657ce490f5e30192 /README.md
parent6c71a67a7473ee30c424ac63b4d2b27c38007d5e (diff)
Update widget
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 13 insertions, 7 deletions
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 <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