Welcome to my personal developer portfolio! This React-based web application showcases my skills, projects, and journey as a Front-End Developer. Built with a focus on clean design, accessibility, and responsiveness.
Before you begin, make sure you have the following installed:
Node.js (v14 or later recommended): Download Node.js
npm (comes with Node.js) or yarn
A code editor like Visual Studio Code
Clone the repository
git clone https://github.com/GeraldOkoth/portfolio.git
cd portfolio
Install dependencies
Using npm:
npm install
Or using yarn:
yarn
Using npm:
npm start
Or using yarn:
yarn start
The app will open automatically at http://localhost:3000 in your default browser.
In the project directory, you can run:
npm start - To run the app in development mode.
npm run build - To create an optimized build for deployment:
npm test - To launch the test runner.
If you encounter issues:
Make sure your Node.js version is compatible
Delete node_modules and reinstall:
rm -rf node_modules && npm install
Clear the cache:
npm cache clean --force
If you’d like to connect or collaborate:
