leilukin-site/README.md

2.0 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

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

This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.