A real-time, multiplayer game based on the classic game Pictionary
This version is still very much a work in progress. To run this project you need to have Elixir installed on your machine, as well as node. Run 'npm i' in the CLI from the client folder and mix deps.get in the server folder. to run the client server type 'npm run dev' from the client folder and mix phx.server from the server folder