This is a Next.js portfolio styled with Tailwind CSS.
npm i
# or
yarn
- Create a account in emailjs create also new Outlook or Gmail account to be able to send email.
- Create a new service, select and log in to your newly created outlook or gmail account on EmailJS.
- Go back to the dashboard and get the Service ID copy it.
- Create a .env file in your root folder
NEXT_PUBLIC_USER_ID = 'YOUR_USER_ID'
NEXT_PUBLIC_TEMPLATE_ID = 'template_fqqqb9g'
NEXT_PUBLIC_SERVICE_ID = 'YOUR_SERVICE_ID'
Replace your user id and service ID with values in your EmailJS service.
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- Create a account in 100ms.
- Log in to your newly created dashboard and go to developer settings.
- Checkout to video-call branch.
- Copy and paste below keys into your .env file.
HMS_TEMPLATE_NAME = <template name>
HMS_TOKEN_ENDPOINT = <endpoint url>
HMS_ACCESS_KEY = <access key>
HMS_SECRET = <secret key>
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributiors who wants to make this website better can make contribution,which will be greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Added some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request