leilukin-site/README.md

28 lines
782 B
Markdown

# Leilukin's Hub
Source code of my hobby website, [Leilukin's Hub](https://leilukin.com/). Built with [Eleventy](https://www.11ty.dev/) and hosted on [Hostinger](https://www.hostinger.my/).
More technical information can be found on my site's [colophon page](https://leilukin.com/colophon).
## Run Locally
Recommended JavaScript runtime: [Bun](https://bun.sh).
1. Clone this repository locally
```
git clone https://git.32bit.cafe/Leilukin/leilukin-site.git
```
1. Install dependencies
```
bun install
```
1. Run the project
Option A: Run without the [Pagefind](https://pagefind.app/) search library.
```
bun start
```
Option B: Run with Pagefind.
```
bun start-pagefind
```
1. Open http://localhost:8080/ in your browser