Galaxy Garden
Source code of my personal blog. Built with Eleventy.
Run Locally
It is recommended to use Bun as the JavaScript runtime for this project. If you want to use Node.js to run this project, for each terminal command and package.json
script, replace bun
with npm
and bunx
with npx
.
- Clone this repository locally
git clone https://git.helenchong.dev/helenchong/helenchong-blog.git
- Install dependencies
bun install
- Run the project
bun start
- Open http://localhost:8080/ in your browser
Description
Languages
CSS
61.6%
JavaScript
38.4%