WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at main 45 lines 418 B view raw
1# Dependencies 2node_modules/ 3.pnpm-store 4 5# Build output 6dist/ 7**/__generated__/ 8 9# Turborepo 10.turbo/ 11 12# Environment 13.env 14.env.local 15 16# devenv 17.devenv/ 18.devenv.flake.nix 19 20# OS 21.DS_Store 22 23# Devenv 24.devenv* 25devenv.local.nix 26devenv.local.yaml 27 28# direnv 29.direnv 30 31# pre-commit 32.pre-commit-config.yaml 33 34# Worktrees 35.worktrees/ 36*.bak* 37 38# Test artifacts 39test-output.txt 40 41# Nix build output 42result 43 44# Playwright 45.playwright-mcp