opam install --deps-only .
make
The backend server now runs at localhost:4000
cd client
npm install
npm run dev
Now you can play the Scrable game at localhost:5173
Create a room and add 1 to 3 AI players to play with you.
Create a room and ask your friends to join your room.
make build— compile with dunemake test— run the backend test suitemake run/make— compile and start the Dream server
make coverage— run the backend test suite with coverage
