MichaelMure / git-bug

Distributed, offline-first bug tracker embedded in git, with bridges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bridge to https://github.com/charmbracelet/soft-serve

gedw99 opened this issue · comments

commented

This project is awesome.

I like the idea of running my own Git server and Soft Serve: https://github.com/charmbracelet/soft-serve is nice and clean.

Would I need to write a bridge ? That seems to be the integration point right ?

I don't know Soft Serve, but can't you just push there as a git remote?

commented

Hey @MichaelMure

git remote should work yes. I will try it.

I am writing a GUI for git-bug using this approach:

https://github.com/octoberswimmer/masc/tree/main/example/todomvc

from that Folder you just need to install https://github.com/hajimehoshi/wasmserve

cd todomvc 
apple@apples-MacBook-Pro todomvc % wasmserve
2024/03/11 11:07:11 go build -o /var/folders/pj/n3sth0z55md7lydld97r8mmh0000gn/T/771057398/main.wasm .

It fund very fast and its ELM functional coding.