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