This repository contains the code for the official website of Sumatherm GMBH, developed by Blue Duck IT & Services. This project marks the first collaboration with a client for Blue Duck IT & Services.
The website is built using Next.js 14 and styled with Tailwind CSS.
This website serves as the online presence for Sumatherm GMBH, showcasing the company's products, services, and information relevant to clients and partners. It provides an intuitive user interface designed to offer a seamless browsing experience.
- Next.js 14: Utilized for creating a fast, server-rendered React application.
- Tailwind CSS: Employed for efficient and customizable styling.
To run this project locally, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run the following command to install dependencies: npm install
- After the installation is complete, run the following command to start the development server: npm run dev