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