Skip to content

eiurur/NijiuraDeck

Repository files navigation

NijiuraDeck

columns

TweetDeck ライクに二次元裏@ふたばを閲覧するためのビューアです。


ステータス

Node.js CI


機能

  • カタログ表示
  • スレ検索機能(タイトル検索、お気に入り検索)
  • スレッド表示
  • 自動更新
  • メディアフィルタ(画像)
  • 設定変更(カタログ)
  • ストリーミング
  • 書き込み
  • スレ立て
  • そうだね

対応掲示板

  • may
  • img
  • dat

使い方

以下の URL にアクセス。


開発

最初にやること

git clone https://github.com/eiurur/NijiuraDeck
cd NijiuraDeck
cd frontend && npm install && npm run build
cd ../
cd backend && npm install

開発

@cmd1

cd backend && npm run dev

@cmd2

cd frontend && npm run dev

and go to http://127.0.0.1:9001

ビルド

cd frontend && npm run build

Production Start

cd backend && npm run start