Clone repo, or use GitHub Desktop
- Node.js
- Open up a terminal and have it point to the folder you want the local repository to be in
- Run
git clone https://github.com/PROJXON/PhelanFocus.gitin the terminal - Run
cd PhelanFocus - Run
npm install - For EmailJS functionality for the contact form to work, create an emailjs account or use supplied credentials with a .env folder created in root as follows:
NEXT_PUBLIC_SERVICE=service key
NEXT_PUBLIC_USER=user key
NEXT_PUBLIC_TEMPLATE=email sent to person who submitted contact form
NEXT_ADMIN_TEMPLATE=email sent to admin
NEXT_PUBLIC_ADMIN_EMAIL=admin email
- Open http://localhost:3000 with your browser to see the result.