Skip to content

sundar21017/PersonalPortfolio

Repository files navigation

Personal Portfolio

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

Preview

Live Demo

Instructions

Setup

git clone https://github.com/sundar21017/PersonalPortfolio.git
cd PersonalPortfolio

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

  • Open the public/index.html file and replace:

<title>Sundar</title> with <title>Your Name</title>.

  • Open the src/portfolio.js file and make the necessary changes.

Deployment

  • In the package.json file, update:

"homepage": "https://sundar21017.github.io/PersonalPortfolio"

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

  • Push the changes to your repository.

  • To build and deploy, run the following commands:

yarn build
yarn deploy

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors