N0ahMC / cleanfolio

A clean and simple portfolio template for developers.

Home Page:https://rajshekhar26.github.io/cleanfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A clean and simple portfolio template for developers.

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

License:MIT License


Languages

Language:JavaScript 65.3%Language:CSS 31.1%Language:HTML 3.6%