Helen Chong's Developer Portfolio and Blog
Source code of my developer portfolio and blog website. Built with Eleventy.
More technical information can be found on my website's colophon page.
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.dev.git
- Install dependencies
bun install
- Run the project
bun start
- Open http://localhost:8080/ in your browser
Description
Languages
CSS
63%
JavaScript
37%