Files
helenchong-blog/README.md

591 B

Galaxy Garden

Source code of Helen Chong's personal blog. Built with Eleventy. Available in English and Simplified Chinese.

More technical information about this blog can be found on the colophon page.

Run Locally

Requirement: Node.js.

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