• Stars
    star
    571
  • Rank 77,657 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 3 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A portfolio template for developers.

Cleanfolio

A clean and simple portfolio template built using React, if want a template built with HTML, CSS and JS then check out Cleanfolio Minimal.

Preview

Imgur

See Live

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.html and replace -

<title>John Smith</title> with <title>Your Name</title>.

  • Open src/portfolio.js and make changes.

Deployment

  • Go to package.json file and replace -

"homepage": "https://rajshekhar26.github.io/cleanfolio"

with "homepage": "https://yourusername.github.io".

  • Push the changes.

  • Build and deploy -

yarn build
yarn deploy

License

MIT