Deployment: https://chau-nm.github.io/resume
git clone https://github.com/chau-nm/resume.git
cd your-dir/resume
yarn install
- Create file "src/mail/config.json"
- Copy file content from "src/mail/config.dev.json" to "src/mail/config.json"
{
"mailService": "MAIL SERVICE FROM EMAILJS",
"mailThankYouTemplate": "TEMPLATE FROM EMAILJS",
"mailFeedbackTemplate": "TEMPLATE FROM EMAILJS",
"publicKey": "PUBLIC KEY FROM EMAILJS"
}
- Edit config file "src/mail/config.json" using your EmailJS Config
yarn start