Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 590 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 590 Bytes

My Portfolio Website

my portfolio landing page

my porfolio gif

🛠 Development

Clone the repository

https://github.com/JohnMwendwa/portfolio.git

Install dependencies

npm install

# Or using Yarn

yarn

Start the development server

npm run dev

# Or using Yarn

yarn dev

Build for production

npm run build

# Or using Yarn

yarn build