Leilukin's personal and hobby website.
https://leilukin.com/
f7c62f5962
Make back-to-top button an anchor element and shows back to top text link if JavaScript is disabled |
||
---|---|---|
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