2ch compatible viewer/DAT parser
npm install 2ch.jsウェブブラウザで動作する2ch互換掲示板ビューア/DATパーサー
bash
Cloudflare Workers
$ npm run deploy:workerCloudflare Pages
$ npm run deploy:pagesBun (Generate executable file)
https://bun.sh/docs/bundler/executables
$ npm run build:bun
$ NODE_ENV=production ./dist/run
And open http://localhost:3000
``