1hanzla100 / developer-portfolio

Software Developer Portfolio Template built with react.js and next.js bootstrap that helps you showcase your work and skills as a software developer.
https://developer-portfolio-1hanzla100.vercel.app/
Apache License 2.0
692 stars 445 forks source link

How to deloy this ? Can we use github pages for this ? #13

Closed Vidhu007 closed 2 years ago

1hanzla100 commented 2 years ago

@Vidhu007 Yes

Vidhu007 commented 2 years ago

Could you please tell me how ?

Vidhu007 commented 2 years ago

I did exactly as we do for usual react projects

npm install gh-pages --save-dev Editing package.json like : "homepage" : "http://Vidhu007.github.io/my-repo-name" "scripts": { //... "predeploy": "npm run build", "deploy": "gh-pages -d build" }


```npm run build```
```npm run deploy```
I think for next.js apps, we have to do different
1hanzla100 commented 2 years ago

@Vidhu007 Follow this Guide Next.js / GitHub Pages