It is built using React.
git clone https://github.com/Tedymwenda/portfolio
cd portfolioIf you use npm or yarn (optional) -
npm install
npm startOr -
yarn install
yarn start- Open
public/index.htmland replace -
<title>Tedy Mwenda</title> with <title>Your Name</title>.
- Open
src/portfolio.jsand make changes.
- Go to
package.jsonfile and replace -
"homepage": "https://github.com/Tedymwenda/portfolio"
with "homepage": "https://yourusername.github.io".
-
Push the changes.
-
Build and deploy -
yarn build
yarn deploy