Go to file
2024-08-04 22:49:44 -04:00
posts Write a lot more about the process of building this blog, and fix some in-file documentation. 2024-08-04 22:49:44 -04:00
src Write a lot more about the process of building this blog, and fix some in-file documentation. 2024-08-04 22:49:44 -04:00
.editorconfig Start the blog 2024-07-02 22:35:01 -04:00
.gitignore Start the blog 2024-07-02 22:35:01 -04:00
bun.lockb Add the posts to the repo. 2024-08-01 22:25:21 -04:00
Dockerfile Start dockerfile deployment code 2024-07-03 22:24:36 -04:00
package.json Use HLJS, and add the Tomorrow theme. 2024-07-31 22:24:23 -04:00
README.md Start the blog 2024-07-02 22:35:01 -04:00
tsconfig.json Start the blog 2024-07-02 22:35:01 -04:00

To install dependencies:

bun install

To run:

bun run dev

open http://localhost:3000