https://github.com/pedropcamellon/subzerotcrepair
https://github.com/pedropcamellon/subzerotcrepair
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedropcamellon/subzerotcrepair
- Owner: pedropcamellon
- Created: 2022-06-04T21:35:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T05:37:28.000Z (8 months ago)
- Last Synced: 2025-01-30T11:15:27.335Z (5 months ago)
- Language: TypeScript
- Homepage: https://subzerotcrepair.vercel.app/
- Size: 3.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SubZero TC Repair Website
A promotional website for SubZero TC Repair, a refrigeration repair company specializing in SubZero appliances.

## Tech Stack
- **Frontend**: Next.js 12 (React framework)
- **Styling**: Tailwind CSS
- **Deployment**: Vercel (recommended for Next.js projects)## Project Purpose
This website serves as a digital presence for SubZero TC Repair, showcasing their services, expertise, and contact information. It aims to attract potential customers and provide essential information about the company's offerings.
## Setup
1. Clone the repository:
```bash
git clone [your-repo-url]
cd subzero-tc-repair
```2. Install dependencies:
```bash
npm install
```3. Run the development server:
```bash
npm run dev
```4. Open [http://localhost:3000](http://localhost:3000) in your browser to view the site.
## Deployment
This project is optimized for deployment on Vercel:
1. Push your code to a GitHub repository.
2. Connect your GitHub account to Vercel.
3. Import the project from your GitHub repository.
4. Vercel will automatically detect it as a Next.js project and set up the build configuration.
5. Click "Deploy" and your site will be live in minutes.## Project Structure
- `app/`: Contains the main application code and pages
- `public/`: Static assets like images and fonts
- `components/`: Reusable React components
- `styles/`: Global styles and CSS modules## Contributing
Contributions are welcome. Please open an issue or submit a pull request for any improvements.