Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 761 Bytes

File metadata and controls

25 lines (19 loc) · 761 Bytes

Project Archived

Tech Stack

HTML, CSS, PHP, JS, Bootstrap, Wordpress - Front End

Getting Started

  1. Install Wordpress and create a new site using Local.

  2. Navigate to Themes Folder and clone repo.

  3. Activate new theme for site from WP admin panel.

  4. Install pre-commit

    Mac Users -->
    Install homebrew and run brew install pre-commit
    Run pre-commit install

    Windows Users -->
    Install the latest Python (3.7) executable file from https://www.python.org/downloads/
    Install pip curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    Run python get-pip.py
    Run pip install pre-commit
    Run pre-commit install

License

This project is licensed under the MIT License.