A professional portfolio built with React, featuring automated deployment via GitHub Actions.
git clone https://github.com/ElNgatia/olivia-portfolio.git
cd olivia-portfolio
npm install
npm start
npm test
npm run build
Production build is automatically deployed to cPanel via GitHub Actions on push to main. The workflow:
-
Installs dependencies
-
Creates optimized production build
-
Deploys to cPanel hosting
To deepen your understanding of React and deployment automation, check out these resources:
Contributions are welcome! Please open an issue or submit a pull request.