Custom Wordpress template using SCSS and Wordpress Files
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 |
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
To begin the development, follow this steps listed below:
- cd src
- run
npm install
- after the dependencies installed, run
npm start
Windows:
cd src
npm install
npm start
Before cloning, create a new branch for your local development.
To contribute to Wordpress Template, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
- Added Dependabot an automated dependency updates
- Mark Ariel Maata📖👩💻
- Greg Amer V. Arsua📖👩💻
Copyright © 2022 HiPE Inc. ltd. All rights reserved