Files

24 lines
581 B
Markdown
Raw Permalink Normal View History

2024-10-06 12:32:18 +08:00
# Galaxy Garden
2024-10-03 03:39:32 +08:00
Source code of Helen Chong's personal blog. Built with [Eleventy](https://www.11ty.dev/). Available in English and Simplified Chinese.
2024-10-03 03:39:32 +08:00
More technical information about this blog can be found on the [colophon page](https://blog.helenchong.omg.lol/en/colophon).
2024-10-03 03:41:52 +08:00
## Run Locally
2024-10-03 03:39:32 +08:00
Requirement: [pnpm](https://pnpm.io/).
2024-10-03 03:41:52 +08:00
1. Clone this repository locally
2025-12-16 23:40:57 +08:00
```
git clone https://git.helenchong.dev/helenchong/helenchong-blog.git
```
2024-10-03 03:41:52 +08:00
1. Install dependencies
2025-12-16 23:40:57 +08:00
```
pnpm install
2025-12-16 23:40:57 +08:00
```
2024-10-03 03:41:52 +08:00
1. Run the project
2025-12-16 23:40:57 +08:00
```
pnpm dev
2025-12-16 23:40:57 +08:00
```
2024-10-03 03:41:52 +08:00
1. Open http://localhost:8080/ in your browser