leilukin-site/README.md

2.1 KiB

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub, hosted on Neocities.

Built with Eleventy and deployed to Neocities with the deploy-to-neocities GitHub action.

Dependencies

Eleventy Community Plugins

markdown-it plugins

Self-hosted Assets

Run Locally

Recommended JavaScript runtime: Bun.

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