The code that powers kasun.io portfolio website. - by @khpeiris
- Clone this repository into your computer
- Run
pnpm installornpm install - Get a Free account from Resend and an API key (Resend is used for the contact form)
- Create a
.envfile on the root based on the sample env in this repo - Update the
.envwith correct values - Run
pnpm devornpm run devto view on browser
Special thanks for @shadcn for his amazing work on shadcn/ui