leilukin-site/README.md
Leilukin 8f5e5b3ec5
All checks were successful
Deploy to Hostinger / Build and Push (push) Successful in 44s
Remove run from the Bun script command
2025-04-21 00:39:46 +08:00

630 B

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub. Built with Eleventy and hosted on 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://git.32bit.cafe/Leilukin/leilukin-site.git
    
  2. Install dependencies
    bun install
    
  3. Run the project
    bun start
    
  4. Open http://localhost:8080/ in your browser