Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at ui-refactor 37 lines 295 B view raw
1# Dependencies 2node_modules/ 3 4# Build outputs 5dist/ 6build/ 7main 8margin-backend 9backend/server 10 11# Environment 12.env 13.env.local 14 15# Database 16*.db 17*.sqlite 18 19# Keys 20oauth_private_key.pem 21*.pem 22 23# IDE 24.idea/ 25.vscode/ 26*.swp 27 28# OS 29.DS_Store 30Thumbs.db 31 32# Go 33backend/vendor/ 34 35# other 36NOTES.md 37extension.zip