Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 350 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 350 Bytes

To Start the project

cd my_portfolio
npm install

if you wanna deploy online

go to package.json file change the homepage link to your own desire link and run the following command

npm i gh-pages

after installation run

npm run deploy

now visit the link you have given in the homepage.

Done.