2024-04-27 15:36:01 +08:00
# Leilukin's Hub
2024-04-06 11:57:28 +08:00
2024-06-04 23:24:24 +08:00
[](https://app.netlify.com/sites/leilukin/deploys)
2024-06-01 08:27:40 +08:00
2024-06-04 23:24:24 +08:00
Source code of my hobby website, [Leilukin's Hub ](https://leilukin.com/ ). Built with [Eleventy ](https://www.11ty.dev/ ) and deployed to [Netlify ](https://www.netlify.com/ ).
2024-06-01 09:02:14 +08:00
2024-06-07 13:26:11 +08:00
More technical information can be found on my site's [colophon page ](https://leilukin.com/colophon ).
2024-04-06 11:57:28 +08:00
2024-04-27 15:36:01 +08:00
## Run Locally
2024-05-22 18:09:57 +08:00
Recommended JavaScript runtime: [Bun ](https://bun.sh ).
2024-04-27 15:36:01 +08:00
1. Clone this repository locally
2024-05-22 18:09:57 +08:00
```
2024-06-11 02:45:46 +08:00
git clone https://github.com/helenclx/leilukin-site.git
2024-05-22 18:09:57 +08:00
```
1. Install dependencies
```
bun install
```
1. Run the project
```
bun run start
```
1. Open http://localhost:8080/ in your browser