Skip to content

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

License

Notifications You must be signed in to change notification settings

shinosaki/2ch.js

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published