Skip to content

Commit bc2aa7d

Browse files
committed
readme
1 parent f5b1744 commit bc2aa7d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Welcome to my personal portfolio! This project showcases my skills, experience,
1919
- **React**: Frontend framework for building a dynamic UI.
2020
- **Tailwind CSS**: For styling the application with modern, utility-first classes.
2121
- **React Router**: For navigation between pages.
22-
- **Typescript**: For handling the type setting nature of javascript.
22+
- **Framer-motion**: For animations.
23+
- **Typescript**: For handling the type setting nature of javascript.
2324
- **EmailJS**: For handling the contact form submissions.
2425

2526
---
@@ -29,21 +30,25 @@ Welcome to my personal portfolio! This project showcases my skills, experience,
2930
Follow these steps to run the project locally:
3031

3132
1. Clone the repository:
33+
3234
```bash
3335
git clone https://github.com/amos-babu/personal-portfolio.git
3436
```
3537

3638
2. Navigate to the project folder:
39+
3740
```bash
3841
cd personal-portfolio
3942
```
4043

4144
3. Install dependencies:
45+
4246
```bash
4347
npm install
4448
```
4549

4650
4. Start the development server:
51+
4752
```bash
4853
npm run dev
4954
```
@@ -81,12 +86,15 @@ portfolio/
8186
This portfolio can be deployed to platforms like **Netlify**, **Vercel**, or **GitHub Pages**. For example:
8287

8388
### Deploying to GitHub Pages:
89+
8490
1. Install the `gh-pages` package:
91+
8592
```bash
8693
npm install gh-pages --save-dev
8794
```
8895

8996
2. Add the following scripts to `package.json`:
97+
9098
```json
9199
"homepage": "https://yourusername.github.io/your-portfolio",
92100
"scripts": {
@@ -119,4 +127,3 @@ Feel free to reach out to me:
119127
---
120128

121129
Thank you for visiting my portfolio!
122-

0 commit comments

Comments
 (0)