summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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