← Back to context

Comment by bearjaws

6 days ago

Like the idea of a self hosted kanban in git, one item you should do in your repo is add the installation instructions to the readme :)

I see its a TS app so I am sure the bun bundle is the install, but always good to include in your 5 min intro.

You’re absolutely right

Joking aside there is a npm/bun install -g backlog.md at the top but I can add an extra one in the 5 min intro.

I am using Bun’s new fullstack single file builds. I’m really impressed by how easy it was to set up everything.