Here is a working live demo : https://monopoly-extension-de901.web.app
Gives you additional rules to diversify your Monopoly game.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/JoannaSikora/monopoly-extension.git
# Go into the repository
$ cd monopoly-extension
# Install dependencies
$ yarn
# Run the app
$ yarn start