2ch.js
v0.3.1
Published
2ch compatible viewer/DAT parser
Downloads
19
Readme
2ch.js
ウェブブラウザで動作する2ch互換掲示板ビューア/DATパーサー
Features / 機能
- タブの永続化
ToDo
- 検索機能
Deploy / デプロイ
## 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
Author
UI
React & shadcn/ui