Leilukin's personal and hobby website.
https://leilukin.com/
f3fe88ff58 | ||
---|---|---|
.github/workflows | ||
src | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
bun.lockb | ||
eleventy.config.js | ||
package.json |
README.md
Leilukin's Hub
Source code of my hobby website, Leilukin's Hub. Built with Eleventy and deployed to Hostinger.
More technical information can be found on my site's colophon page.
Run Locally
Recommended JavaScript runtime: Bun.
- Clone this repository locally
git clone https://github.com/helenclx/leilukin-site.git
- Install dependencies
bun install
- Run the project
bun run start
- Open http://localhost:8080/ in your browser