Fluany is a chrome extension to practise a foreign language fast and easy, to improve your communication skills while you're surfing the Internet.
You should do this before editing any code to see how it works.
- run
gulp
which will start webpack-dev-server - in Chrome open
chrome://extensions/
- check
Developer mode
- click on
Load unpacked extension
- add REPOSITORY_DIRECTORY/build
- Now you can check background script via link in extension
Inspect views: background page
and you will see some messages in console - Navigate to any http or https page and open development tools and console. You can see messages from content scripts.
- Find extension icon right from adress bar.
- Click with left mouse button to show html content
- Click with right mouse button and select
Inspect Popup
. Then in console you can see some messages - You can edit your codebase with almost 100% hot/full reload support.