Wordpress Template

Custom Wordpress template using SCSS and Wordpress Files

Table of Contents

📌 Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a Windows 10 machine.
Tool Version Description
NVM > 1.1 Node version manager for fast switching node version
Node >= 8.15 Install Node via NVM

🚀 Installing Wordpress Template

To install Wordpress Template in your local machine, run this following script in your terminal:

Windows:

git clone -b <your_branch> https://github.com/bpoc-mark/wordpress_template.git

💻 Usage of Wordpress Template

To begin the development, follow this steps listed below:

  1. cd src
  2. run npm install
  3. after the dependencies installed, run npm start

⚠️ Wordpress Template does not use the standard format of Static template

Code Block:

Windows:

cd src
npm install
npm start

📝 Contributing to Wordpress Template

Before cloning, create a new branch for your local development.

To contribute to Wordpress Template, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

💕 Acknowledgements and References

  • Added Dependabot an automated dependency updates

📫 Credits

Copyright © 2022 HiPE Inc. ltd. All rights reserved