Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 628 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 628 Bytes

Wavelength

A web app for playing the Wavelength board game. Generates clues, keeps score, and allows the Psychic player to view the correct solution.

Development

In /client/ run npm run start, in /server/ run python3 server.py. The client is available at localhost:3000, the server at localhost:8080. You may also build and run the included Dockerfile, which by default hosts at localhost:8000.