leilukin-site/README.md

632 B

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub. Built with Eleventy and deployed to Hostinger.

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

Run Locally

Recommended JavaScript runtime: Bun.

  1. Clone this repository locally
    git clone https://github.com/helenclx/leilukin-site.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun run start
    
  4. Open http://localhost:8080/ in your browser