2.7 KiB
2.7 KiB
Pixelbrew Website
Welcome to the Pixelbrew website project! This project is designed to showcase our web development services and provide a modern, responsive experience for our users.
Table of Contents
Getting Started
To get started with the Pixelbrew website, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/pixelbrew-website.git - Navigate to the project directory:
cd pixelbrew-website - Install the dependencies:
npm install - Run the development server:
npm run dev - Open your browser and visit
http://localhost:3000to see the website in action.
Project Structure
The project is organized as follows:
pixelbrew-website
├── public # Static assets
│ ├── favicon.ico # Favicon for the website
│ └── assets
│ └── images # Images used throughout the website
├── src # Source code
│ ├── components # Reusable components
│ ├── pages # Page components
│ ├── styles # CSS styles
│ ├── utils # Utility functions
│ └── types # TypeScript types
├── next.config.js # Next.js configuration
├── package.json # Project metadata and dependencies
├── postcss.config.js # PostCSS configuration
├── tailwind.config.js # Tailwind CSS configuration
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentation
Technologies Used
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A utility-first CSS framework for styling.
- TypeScript: A superset of JavaScript that adds static types.
- Framer Motion: A library for animations in React.
Features
- Modern, responsive design with a minimalist aesthetic.
- Multiple pages including Home, About Us, Services, Projects, and Contact.
- Reusable components for buttons and cards.
- Contact form with API integration.
- Social media links in the footer.
Contributing
We welcome contributions to the Pixelbrew website! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your branch and create a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.