Link To live site: Portfolio
- Ensure you have git installed properly on your machine.
- Ensure you have Node.js installed on your machine.
- Open your terminal and run the following command:
git clone https://github.com/Ig-Matrix/Lesson_4_Bootstrap_Portfolio_Website
. - Navigate to the project directory.
- Run
npm install
to install the dependencies. - Run
npm run lint:all
to check for all lint errors. - Run
npm run lint:css
to check for CSS errors. - Run
npm run lint:html
to check for HTML errors.
Special thanks to the following individuals for their support:
- Mr. Tony Dilibe
- Mrs. Ngozi
- Mr. Ekene
- Mr. Johnson Promise (JP)
- Mr. Patrick
This project is brought to you by LM TechHub.
In this project, I utilized SASS and Bootstrap. To compile the SASS files, use the following command:
npm run compile:sass