Juan Paredes's Portfolio
Explore the docs »
View Demo
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- To do the Contact Form functional you need an account in EmailJS to get all the data for the ENV.
- Clone the repo
git clone https://github.com/jmada/portfolio.git
- Go to the repo root
cd portfolio/
- Install NPM packages
npm install
- Make a copy of .env.example then rename it to .env
cp .env.example .env
- Enter your Email, Github Profile, LinkedIn, Resume URL (GDrive) and your EmailJS data in .env
REACT_APP_PERSONAL_EMAIL= REACT_APP_GITHUB_URL= REACT_APP_LINKEDIN_URL= REACT_APP_RESUME_URL= REACT_APP_EMAILJS_SERVICE_ID= REACT_APP_EMAILJS_TEMPLATE_ID= REACT_APP_EMAILJS_PUBLIC_KEY=
- Start NPM
npm start
Distributed under the MIT License. See LICENSE
for more information.
Juan Paredes - [email protected]
Project Link: https://github.com/jmada/portfolio