Leilukin's personal and hobby website.
https://leilukin.com/
0a33ab7d40
This reverts commit
|
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
bun.lockb | ||
eleventy.config.js | ||
eleventy.config.md.js | ||
package.json |
README.md
Leilukin's Hub
Source code of my hobby website, Leilukin's Hub. Built with Eleventy and deployed to Netlify.
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