leilukin-site/README.md

2.2 KiB

Leilukin's Hub

Source code of my hobby website, Leilukin's Hub. Built with Eleventy.

Currently hosted on Netlify and Neocities. 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