rjshkhr / cleanfolio

A portfolio template for developers.
https://rjshkhr.github.io/cleanfolio/
MIT License
631 stars 268 forks source link
javascript portfolio portfolio-template portfolio-website react

Cleanfolio

Cleanfolio is a portfolio template built with React. However, if you prefer a template built with HTML, CSS, and JavaScript, you can check out Cleanfolio Minimal.

Preview

Imgur

Live Demo

Instructions

Setup

git clone https://github.com/rjshkhr/cleanfolio
cd cleanfolio

If you use nvm or fnm, execute:

nvm install
nvm use

Or:

fnm install
fnm use

To install and launch the project, run these commands:

yarn
yarn start

How to Use

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

Deployment

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

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

yarn build
yarn deploy

License

MIT