Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 985 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 985 Bytes

Kasun.IO

The code that powers kasun.io portfolio website. - by @khpeiris


Installation

  1. Clone this repository into your computer
  2. Run pnpm install or npm install
  3. Get a Free account from Resend and an API key (Resend is used for the contact form)
  4. Create a .env file on the root based on the sample env in this repo
  5. Update the .env with correct values
  6. Run pnpm dev or npm run dev to view on browser

Deploy to Vercel

Deploy with Vercel



Special thanks for @shadcn for his amazing work on shadcn/ui