leilukin-site/README.md

1.5 KiB

Leilukin's Hub

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

Dependencies

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.