Files
helenchong.dev/README.md

644 B

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 start
    
  4. Open http://localhost:8080/ in your browser