2d-rpg / card-playroom-client

カードゲームシミュレーター
https://play.google.com/store/apps/details?id=net.banatech.card_playroom_client
0 stars 0 forks source link
game react-native

Card Playroom Client

ReactNative TypeScript Docker Node.js

Release NodeJS CodeQL

How to get started

VSCode のRemote Container 拡張の使用を推奨します.
このプロジェクトをクローンし,VSCode のRemote Container 拡張を使用して開く.

git clone https://github.com/2d-rpg/card-playroom-client.git
code card-playroom-client

以下 Docker コンテナ上で実行

yarn install --frozen-lockfile
expo start --tunnel

Android, iOS の場合は Expo アプリから表示される QR コードを読みとる.
Web の場合は w キーを押すと表示される URL からブラウザで開く.
この状態でコードを変更するとアプリ,ブラウザ上でも変更が即座に適用されます.