Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 648 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 648 Bytes

Helen Chong's Developer Portfolio and Blog

Source code of my developer portfolio and blog website. Built with Eleventy and deployed to Hostinger.

More technical information can be found on my website's colophon page.

Run Locally

Recommended JavaScript runtime: Bun.

  1. Clone this repository locally
    git clone https://github.com/helenclx/helenchong.dev.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun run start
    
  4. Open http://localhost:8080/ in your browser