diff options
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 |
