/project-cp3402-group4d

project-cp3402-group4d created by GitHub Classroom

Primary LanguageHTML

README.md

Overview

Welcome to the WordPress project repository! This repository contains the files and documentation necessary for developing, deploying, and maintaining a custom WordPress theme for our client. This README provides a basic overview of the project and links to other documentation files for more detailed information.

Project Structure

  • /theme/: Contains the custom WordPress theme files.
  • /assets/: Contains images, CSS, and JavaScript files.
  • /docs/: Contains documentation files.

Documentation

Detailed documentation to help developers and site maintainers can be found in the following files:

  • deployment.md: Detailed workflow for developing and deploying the theme.
  • theme.md: Information about the theme's features, files, and customization options.
  • site.md: Instructions for the client's site maintainer on how to manage and update the site.

Getting Started

Prerequisites

  • WordPress installation
  • Local development environment (e.g., VVV, XAMPP)
  • Git

Installation

  1. Clone the repository:
    git clone [repository-url]
  2. Navigate to the theme directory:
    cd [theme-directory]
  3. Activate the theme in the WordPress admin panel.:

Development Setup

  1. Set up the local development environment using VVV.:
  • install VirtualBox and Vagrant.
  • Configure VVV as per the official documentation.
  1. Clone the theme repository:
    git clone [repository-url]
  2. Activate the theme in the WordPress admin panel.:

Contributing

We welcome contributions to improve this project. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Description of feature or fix"
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.