leilukin-site/README.md

25 lines
788 B
Markdown
Raw Normal View History

# Leilukin's Hub
2024-04-06 03:57:28 +00:00
[![Netlify Status](https://api.netlify.com/api/v1/badges/2da94b04-08d9-4389-8a7b-4febbf9ddd1a/deploy-status)](https://app.netlify.com/sites/leilukin/deploys)
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/).
More technical information can be found on my site's [colophon page](https://leilukin.com/colophon).
2024-04-06 03:57:28 +00:00
## Run Locally
Recommended JavaScript runtime: [Bun](https://bun.sh).
1. Clone this repository locally
```
2024-06-10 18:45:46 +00:00
git clone https://github.com/helenclx/leilukin-site.git
```
1. Install dependencies
```
bun install
```
1. Run the project
```
bun run start
```
1. Open http://localhost:8080/ in your browser