|
32 | 32 | - 🔧 **Technologies:** A display of _most_ of the technologies I've used in my CS career. |
33 | 33 | - 📱 **Responsive Design:** Made with different screen-sizes in mind (mobile-first approach). |
34 | 34 |
|
| 35 | +<br/> |
| 36 | + |
| 37 | +<div align="center"> |
| 38 | + <img src="https://github.com/user-attachments/assets/7c16ee3d-082b-4598-8913-952ccdc12cbd" /> |
| 39 | + <h6>💡Lighthouse test results 🏠</h6> |
| 40 | +</div> |
| 41 | + |
35 | 42 | <div align="center"><h2> 🔗 Important Links </h2></div> |
36 | 43 |
|
37 | 44 | - 📚 **Development Resources:** Here are some [helpful links](https://github.com/carsonSgit/carsonsgit.github.io/issues/9) I made use of during development. |
38 | | -- 🔍 **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my Git habits. |
39 | | -- 📖 **React Documentation:** Learn more about React [here](https://reactjs.org/docs/getting-started.html). |
40 | | -- 📘 **TypeScript Documentation:** Explore TypeScript documentation [here](https://www.typescriptlang.org/docs/). |
41 | | -- 🎨 **SCSS Documentation:** Check out the SCSS documentation [here](https://sass-lang.com/documentation). |
| 45 | +- 🔍 **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my `Git` habits. |
| 46 | +- 📖 **React Documentation:** Learn more about `React` [here](https://reactjs.org/docs/getting-started.html). |
| 47 | +- 📘 **TypeScript Documentation:** Explore `TypeScript` documentation [here](https://www.typescriptlang.org/docs/). |
| 48 | +- 🎨 **SCSS Documentation:** Check out the `SCSS` documentation [here](https://sass-lang.com/documentation). |
42 | 49 |
|
43 | 50 | <div align="center"><h2> 📈 Quick Repo Stats </h2></div> |
44 | 51 |
|
@@ -67,31 +74,37 @@ If you want to run it locally follow these steps: |
67 | 74 | ### 📥 Installation Steps: |
68 | 75 |
|
69 | 76 | 1. Clone the repository: |
70 | | - ```bash |
71 | | - git clone https://github.com/carsonSgit/carsonsgit.github.io.git |
72 | | - ``` |
| 77 | + |
| 78 | + ```bash |
| 79 | + git clone https://github.com/carsonSgit/carsonsgit.github.io.git |
| 80 | + ``` |
| 81 | + |
73 | 82 | 2. Go to the project directory: |
74 | | - ```bash |
75 | | - cd carsonsgit.github.io |
76 | | - ``` |
77 | | -3. Install dependencies |
| 83 | + |
| 84 | + ```bash |
| 85 | + cd carsonsgit.github.io |
| 86 | + ``` |
78 | 87 |
|
79 | | - ```bash |
80 | | - npm i |
81 | | - ``` |
| 88 | +3. Install dependencies |
| 89 | + |
| 90 | + ```bash |
| 91 | + npm i |
| 92 | + ``` |
82 | 93 |
|
83 | 94 | **OR** if your `npm i` doesn't work |
84 | | - |
85 | | - ```bash |
86 | | - npm i --force |
87 | | - ``` |
| 95 | + |
| 96 | + ```bash |
| 97 | + npm i --force |
| 98 | + ``` |
88 | 99 |
|
89 | 100 | 4. Run locally |
90 | | - ```bash |
91 | | - npm start |
92 | | - ``` |
| 101 | + |
| 102 | + ```bash |
| 103 | + npm start |
| 104 | + ``` |
| 105 | +
|
93 | 106 | 5. Open your browser at `http://localhost:3000`! |
94 | 107 |
|
95 | 108 | <br /> |
96 | 109 |
|
97 | | -**Thank you for visiting my portfolio! 🎉** |
| 110 | +**Thank you for visiting my portfolio! 🎉** |
0 commit comments