Go to file
2024-07-08 22:12:48 -04:00
posts Remove the template from the frontmatter. 2024-07-03 22:13:26 -04:00
src Add the Post service code. 2024-07-08 22:12:48 -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 Most the post namespacing around for post functions, add the post list to the homepage. 2024-07-04 22:13:39 -04:00
Dockerfile Start dockerfile deployment code 2024-07-03 22:24:36 -04:00
package.json Start the blog 2024-07-02 22:35:01 -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