From d2596662fbf6fe0ee2e5795fa9d19fcb413c6bcb Mon Sep 17 00:00:00 2001 From: carsonSgit <92652800+carsonSgit@users.noreply.github.com> Date: Sat, 24 Aug 2024 18:51:35 -0400 Subject: [PATCH] style: Nicer formatting --- README.md | 57 ++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 47dd9d8..c7dee2b 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,20 @@ - πŸ”§ **Technologies:** A display of _most_ of the technologies I've used in my CS career. - πŸ“± **Responsive Design:** Made with different screen-sizes in mind (mobile-first approach). +
+ +
+ +
πŸ’‘Lighthouse test results 🏠
+
+

πŸ”— Important Links

- πŸ“š **Development Resources:** Here are some [helpful links](https://github.com/carsonSgit/carsonsgit.github.io/issues/9) I made use of during development. -- πŸ” **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my Git habits. -- πŸ“– **React Documentation:** Learn more about React [here](https://reactjs.org/docs/getting-started.html). -- πŸ“˜ **TypeScript Documentation:** Explore TypeScript documentation [here](https://www.typescriptlang.org/docs/). -- 🎨 **SCSS Documentation:** Check out the SCSS documentation [here](https://sass-lang.com/documentation). +- πŸ” **Commit/Merge Prefixes:** I used these [commit message prefixes](https://github.com/carsonSgit/carsonsgit.github.io/issues/14) to improve my `Git` habits. +- πŸ“– **React Documentation:** Learn more about `React` [here](https://reactjs.org/docs/getting-started.html). +- πŸ“˜ **TypeScript Documentation:** Explore `TypeScript` documentation [here](https://www.typescriptlang.org/docs/). +- 🎨 **SCSS Documentation:** Check out the `SCSS` documentation [here](https://sass-lang.com/documentation).

πŸ“ˆ Quick Repo Stats

@@ -67,31 +74,37 @@ If you want to run it locally follow these steps: ### πŸ“₯ Installation Steps: 1. Clone the repository: - ```bash - git clone https://github.com/carsonSgit/carsonsgit.github.io.git - ``` + + ```bash + git clone https://github.com/carsonSgit/carsonsgit.github.io.git + ``` + 2. Go to the project directory: - ```bash - cd carsonsgit.github.io - ``` -3. Install dependencies + + ```bash + cd carsonsgit.github.io + ``` - ```bash - npm i - ``` +3. Install dependencies + + ```bash + npm i + ``` **OR** if your `npm i` doesn't work - - ```bash - npm i --force - ``` + + ```bash + npm i --force + ``` 4. Run locally - ```bash - npm start - ``` + + ```bash + npm start + ``` + 5. Open your browser at `http://localhost:3000`!
-**Thank you for visiting my portfolio! πŸŽ‰** +**Thank you for visiting my portfolio! πŸŽ‰** \ No newline at end of file