My personal portfolio webpage, build on reactjs.
www.heyrafa.com (deployed with CI/CD)
Install dependencies
npm install
Run project on port 3000
npm start
Build project
npm run build
Deploy app on github pages
npm run deploy
- Docker > 20.10.7