Helen Chong's Developer Portfolio and Blog

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

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

Run Locally

It is recommended to use Bun as the JavaScript runtime for this project. If you want to use Node.js to run this project, for each terminal command and package.json script, replace bun with npm and bunx with npx.

  1. Clone this repository locally
    git clone https://git.helenchong.dev/helenchong/helenchong.dev.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun start
    
  4. Open http://localhost:8080/ in your browser
Description
My developer portfolio and blog website. Built with Eleventy,
https://helenchong.dev/ Readme 20 MiB
Languages
CSS 63%
JavaScript 37%