From 2db642d3af00614adfbac921c1a8fe645113909d Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Mon, 23 Nov 2020 06:57:43 -0700 Subject: [PATCH] Add information about browsers / devtools --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0a8f529..f46aa4f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ During the workshop you will be learning to customize [Mirador](https://projectm - Run this Mirador application using Webpack - Edit files in this repository and see the changes in a browser + + + We recommend using the [Firefox](https://www.mozilla.org/firefox/download) or [Chrome](https://www.google.com/chrome/) browser for development with the following add-ons: + - Redux DevTools - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/reduxdevtools/) | [Chrome](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd) + - React DevTools - [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/) | [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) + ## Development system requirements