A deployable markdown editor that connects with your self hosted files and lets you edit in a beautiful interface
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: adds go build binary to gitignore

+1
+1
.gitignore
··· 16 16 backend/*.out 17 17 backend/go.work 18 18 backend/go.work.sum 19 + **/bin/backend 19 20 20 21 # Frontend (Node.js) 21 22 frontend/node_modules/