←back to thread

254 points mrlesk | 1 comments | | HN request time: 0.252s | source
Show context
bearjaws ◴[] No.44484090[source]
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.

replies(1): >>44484641 #
1. mrlesk ◴[] No.44484641[source]
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.