Cleanfolio - a clean and simple portfolio template
It is built using React, if you want a template built using HTML, CSS and JS then check out Cleanfolio Minimal.

Instructions
Setup
git clone https://github.com/rajshekhar26/cleanfolio
cd cleanfolio
If you use nvm or fnm (optional) -
nvm install
nvm use
Or -
fnm install
fnm use
Install and run -
yarn
yarn start
How to use
- Open
public/index.htmland replace -
<title>John Smith</title> with <title>Your Name</title>.
- Open
src/portfolio.jsand make changes.
Deployment
- Go to
package.jsonfile and replace -
"homepage": "https://rajshekhar26.github.io/cleanfolio"
with "homepage": "https://yourusername.github.io".
-
Push the changes.
-
Build and deploy -
yarn build
yarn deploy