]> git.morado.dev Git - shop/commit
initial commit
authorRoberto Morado <roramigator@duck.com>
Sat, 16 May 2026 03:21:45 +0000 (23:21 -0400)
committerRoberto Morado <roramigator@duck.com>
Sat, 16 May 2026 03:21:45 +0000 (23:21 -0400)
commit9823e8a00f6c4cbaf451a34d3caff7daec075e74
tree0e5645dc8e4909423e500669ec9ff7cd085ea442
initial commit
18 files changed:
.claude/settings.local.json [new file with mode: 0644]
.env [new file with mode: 0644]
.env.example [new file with mode: 0644]
README.md [new file with mode: 0644]
deno.json [new file with mode: 0644]
deno.lock [new file with mode: 0644]
main.ts [new file with mode: 0644]
src/client/printify.ts [new file with mode: 0644]
src/components/Layout.tsx [new file with mode: 0644]
src/components/ProductCard.tsx [new file with mode: 0644]
src/config.ts [new file with mode: 0644]
src/kv/cart.ts [new file with mode: 0644]
src/middleware/session.ts [new file with mode: 0644]
src/routes/cart.tsx [new file with mode: 0644]
src/routes/checkout.tsx [new file with mode: 0644]
src/routes/product.tsx [new file with mode: 0644]
src/routes/shop.tsx [new file with mode: 0644]
src/types.ts [new file with mode: 0644]