By Nicolas Crausaz & Maxime Scharwath
ElmO is a game based on the famous UNO game. It is written in Elm. It was developed as part of the course Programming Language Multiverse 2023 (HEIG-VD).
You can run the project locally following these steps:
You need to have npm installed on your computer.
Install the dependencies:
npm install
Run the project:
npm run dev
Have fun !