A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
at main 10 lines 221 B view raw
1// HTMX 2import htmx from 'htmx.org'; 3import 'htmx-ext-json-enc'; 4window.htmx = htmx; 5 6// Actor Typeahead (web component, auto-registers on import) 7import 'actor-typeahead'; 8 9// Import app functionality 10import './app.js';