Skip to content

My developer portfolio and blog website. Built with Eleventy,

Notifications You must be signed in to change notification settings

helenclx/helenchong.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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