Skip to content

joelachankeng/UMGTest

Repository files navigation

UMGTest

You can view the live site here: https://54.87.136.149/

I wasn't able fix all the ADA issues. I kept the minimum font to 16px of ADA regulations.

How to run locally

  1. CD into project root folder
cd C:\Repo\UMGTest
  1. Run Docker-compose
docker-compose up --force-recreate --build -d
  1. You should be able to access the site by going to http://localhost/ on the browser

  2. Goto PHPMYAdmin on the browser: http://localhost:8080/

  3. Select the wp database

  4. Select the Import tab on the menu

  5. Import the wp.sql file from this repository.

How to run NPM

  1. CD to npm folder
cd C:\Repo\UMGTest\npm
  1. Install NPM
npm i
  1. Run Gulp
gulp
  1. All the SASS and jQuery files are in the npm\src folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published