Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 757 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 757 Bytes

2ch.js

npm version

ウェブブラウザで動作する2ch互換掲示板ビューア/DATパーサー

ScreenShot

Features / 機能

  • タブの永続化
  • 勢い・日付ソート
  • NGワード (本文のみ)

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

Shinosaki

UI

React & shadcn/ui

License

MIT