Skip to content

Tksi/yacht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rule

https://ja.wikipedia.org/wiki/ヤッツィー

Usage

Server

cd boardgame-ws-server
npm i
npm run start

use PORT env to set port (default is 4567)

Front

cd frontend
npm i
npm run dev

use VITE_WS env to set websocket host (default is ws://localhost:4567)