- Introduction
- About the Project
- Getting Started
- Prerequisites
- Installation
- Running the Project
- Guidelines
- Contributing
- License
Welcome to the Baby Care Store project, a premier online destination for top-quality baby care products. Our mission is to provide a seamless and enjoyable shopping experience for parents and caregivers, offering a wide range of products that cater to the unique needs of babies and toddlers.
The Baby Care Store project is built using Next.js, a popular React-based framework for building server-side rendered (SSR) and statically generated websites. The project utilizes a modern tech stack, including TypeScript, CSS, and HTML, to create a fast, scalable, and maintainable e-commerce platform.
To get started with the Baby Care Store project, follow these steps:
- Node.js (version 14 or higher)
- npm (version 6 or higher)
- Git (version 2 or higher)
- A code editor or IDE of your choice
- Clone the repository using Git:
git clone https://github.com/ctafsiras/baby-care-store.git
- Navigate to the project directory:
cd baby-care-store
- Install the dependencies using npm:
npm install
- Start the development server:
npm run dev
- Open your web browser and navigate to
http://localhost:3000
to view the project.
To run the project in production mode, follow these steps:
- Build the project using Next.js:
npm run build
- Start the production server:
npm run start
- Open your web browser and navigate to
http://localhost:3000
to view the project.
- Code Style: Follow the standard JavaScript code style guidelines, with a focus on readability and maintainability.
- Commit Messages: Use descriptive and concise commit messages that follow the standard format.
- Pull Requests: Create pull requests for all changes, with a clear description of the changes and any relevant context.
We welcome contributions to the Baby Care Store project. If you're interested in contributing, please follow these steps:
- Fork the repository using Git.
- Create a new branch for your changes.
- Make your changes and commit them with a descriptive commit message.
- Create a pull request to merge your changes into the main branch.
The Baby Care Store project is licensed under the MIT License. See the LICENSE file for details.