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.
In order to run this application locally, follow these steps
- Firstly fork the repository
- Now copy the link to clone the forked repository
- 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) - Now move to the cloned repository (Change directory). Execute the command
cd portfolio-SamVarghese
- Now in order to run the application, execute the command
npm start
- 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
- 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.