If you like my template and want to integrate as your portfolio template than first clone the project
$ git clone https://github.com/mirsahib/MirFolio.gitInstall dependencies. Make sure you already have nodejs & npm installed in your system.
$ yarn installRun it
$ yarn startFinally change the src/portfolio file to your need.
To connect the contact form with my gmail account I use emailjs package to avoid writting any backend code and also to avoid spamming.If you want to integrate your emailjs account with this project than rename .env.example file to .env and change these environment variable to your need.
REACT_APP_SERVICE_ID=<your service id>
REACT_APP_TEMPLATE_ID=<your template id>
REACT_APP_USER_ID=<your user id>
If you want to contribute and make this much better for other developer have a look at Issues.
If you created something awesome and want to contribute then feel free to open an pull request.
