#Bountiful-Erick-Todd-UI
A landing page for the Bountiful Children's Foundation
-
Fork the project into your GitHub user account
-
Clone the forked project into a directory on your machine
-
You are now ready to build this project with your preferred IDE
-
Verify that you have LESS installed correctly by running
lessc -v
in your terminal, if you don't get a version message back, reach out to your project manager for help. -
Open your terminal and navigate to your preprocessing project by using the
cd
command -
Once in your project's root folder, run the following command
less-watch-compiler less css index.less
-
Verify your compiler is working correctly by changing the
background-color
on thehtml
selector tored
in yourindex.less
file. -
Once you see the red screen, you can delete that style and you're ready to start on the next task