Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong f53e9a24dc Update answers to Handmaiden/Disciple romance mod compatibility with mod builds 2025-02-18 09:12:22 +08:00
.github/workflows Correct build folder name 2024-07-25 14:04:07 +08:00
src Update answers to Handmaiden/Disciple romance mod compatibility with mod builds 2025-02-18 09:12:22 +08:00
.gitattributes Initial commit 2023-06-15 17:14:12 +08:00
.gitignore Remove _site output folder from repository 2024-05-20 17:16:40 +08:00
README.md Update info about being deployed to Hostinger 2024-07-25 22:29:34 +08:00
bun.lockb Upgrade @types/bun to 1.1.14 and markdown-it-attrs to 4.3.1 2025-01-07 16:47:30 +08:00
eleventy.config.js Add new blog post for IndieWeb Carnival November 2024 2024-12-01 13:01:55 +08:00
package.json Upgrade @types/bun to 1.1.14 and markdown-it-attrs to 4.3.1 2025-01-07 16:47:30 +08:00

README.md

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