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.
- CD into project root folder
cd C:\Repo\UMGTest
- Run Docker-compose
docker-compose up --force-recreate --build -d
-
You should be able to access the site by going to http://localhost/ on the browser
-
Goto PHPMYAdmin on the browser: http://localhost:8080/
-
Select the wp database
-
Select the Import tab on the menu
-
Import the wp.sql file from this repository.
- CD to npm folder
cd C:\Repo\UMGTest\npm
- Install NPM
npm i
- Run Gulp
gulp
- All the SASS and jQuery files are in the npm\src folder