PH
Phoenix1531/Career-Craft-AI-cleanfolio
A portfolio template for career craft AI .
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
Instructions
Setup
git clone https://github.com/rjshkhr/cleanfolio
cd cleanfolioIf you use nvm or fnm, execute:
nvm install
nvm useOr:
fnm install
fnm useTo install and launch the project, run these commands:
yarn
yarn startHow to Use
- Open the
public/index.htmlfile and replace:
<title>John Smith</title> with <title>Your Name</title>.
- Open the
src/portfolio.jsfile and make the necessary changes.
Deployment
- In the
package.jsonfile, update:
"homepage": "https://rjshkhr.github.io/cleanfolio"
to "homepage": "https://yourusername.github.io".
-
Push the changes to your repository.
-
To build and deploy, run the following commands:
yarn build
yarn deploy