Galaxy Garden

Source code of my personal blog. Built with Eleventy.

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-blog.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun start
    
  4. Open http://localhost:8080/ in your browser
Description
Helen Chong's personal blog. Built with Eleventy.
https://blog.helenchong.omg.lol/ Readme 2 MiB
Languages
CSS 61.6%
JavaScript 38.4%