Portfolio, Sam Varghese

My Profile image

Hey folks this is the repository containing the source code of my portfolio (sam-varghese.com). Here are the technologies used in order to develop this portfolio:

This repository is connected with AWS Amplify. So every time I push a code, continuous deployment takes place, and https://sam-varghese.com automatically gets updated with the pushed code.

AWS Amplify Deployment ss

Run locally

In order to run this application locally, follow these steps

  1. Firstly fork the repository

Fork button

  1. Now copy the link to clone the forked repository

Cloning link

  1. Now open terminal in a work space and run the command git clone <link> (Replace <link> with the link you copied after forking the repository)
  2. Now move to the cloned repository (Change directory). Execute the command cd portfolio-SamVarghese
  3. Now in order to run the application, execute the command npm start
  4. This will initialize the application and open http://localhost:3000/ automatically.

Feel free to open an issue in case of any difficulty while setting up the project

Color Scheme Links

Contributions

  • Contributions of all kinds are welcomed 🎉
  • In order to contribute, firstly set up the react application locally.
  • Now make an issue of the feature you wanna introduce.
  • Now create a new branch and code that feature.
  • Now create a pull request.