Leilukin's personal and hobby website. https://leilukin.com/
Go to file
Helen Chong 5008158a84 Set up src folder and add site image assets 2024-04-06 12:15:14 +08:00
.github/workflows Move out original site folder 2024-04-06 11:54:28 +08:00
src/assets Set up src folder and add site image assets 2024-04-06 12:15:14 +08:00
.eleventy.js Set up src folder and add site image assets 2024-04-06 12:15:14 +08:00
.gitattributes Initial commit 2023-06-15 17:14:12 +08:00
.gitignore Add node_modules to gitignore 2024-04-06 11:43:29 +08:00
README.md Install Eleventy 2024-04-06 11:57:28 +08:00
bun.lockb Install Eleventy 2024-04-06 11:57:28 +08:00
index.ts Install Eleventy 2024-04-06 11:57:28 +08:00
package.json Install Eleventy 2024-04-06 11:57:28 +08:00
tsconfig.json Install Eleventy 2024-04-06 11:57:28 +08:00

README.md

neocities-leilukin

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.0. Bun is a fast all-in-one JavaScript runtime.