Skip to content

Latest commit

 

History

57 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blind Test

A blind-test music game. See client/README.md and server/README.md for details on each part.

Running client and server together

Requires tmux (brew install tmux).

yarn dev

Starts the server and client side by side in a tmux session (blind-test-dev), each in its own pane with its own logs and scroll:

  • left pane: server (server/)
  • right pane: client (client/), on port 3001

Detach without stopping anything with Ctrl-b then d. Reattach later from any terminal with:

yarn attach

If tmux isn't available, yarn dev:interleaved runs both the same way but streams their logs interleaved (prefixed [server]/[client]) in a single terminal instead of a split view.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages