ウェブブラウザで動作する2ch互換掲示板ビューア/DATパーサー
- タブの永続化
- 勢い・日付ソート
- NGワード (本文のみ)
- スレタイ・レスの検索機能
## Cloudflare Workers
$ npm run deploy:worker
## Cloudflare Pages
$ npm run deploy:pages
## Bun (Generate executable file)
## https://bun.sh/docs/bundler/executables
$ npm run build:bun
$ NODE_ENV=production ./dist/run
## And open http://localhost:3000
React & shadcn/ui