Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 751 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 751 Bytes

パラノイアチャット

概要

  • パラノイアTRPGで遊ぶためのチャットツール
  • PLとGMの秘匿チャットができる

デプロイ先

開発

$ sudo apt install npm
$ npm init
$ sudo npm install socket.io express
$ node server.js

トラブルシューティング

$ curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash -
& sudo apt-get install -y nodejs

環境変数

  • PARANOIS_CHAT_TOKEN

次のタスク

  • ダイスボット入れる

バージョン

  • npm 6.14.12
  • node v12.22.1