Install yarn using the .msi (https://yarnpkg.com/en/docs/install#windows-stable)
Once cloned, you can open the code in your favorite editor. You will need to run those commands to work efficiently :
yarn
: will install the dependencies required by the projectyarn watch
: will start a webpack dev server with hot module reload to rebuild the extension on source change