Shows a motivational quote when you launch Construct 3.
Note that you will need to have Node.js installed.
Go to the folder
cd .\chrome-extension\
Install the dependencies...
npm install
...then start Rollup:
npm run dev
To create a version of the app:
npm run build