Enhanced Steam fork by IsThereAnyDeal.
This is an extension repository, find server repository here.
We are commited to continue it's development, after the original extension has ended its life.
Visit extension's page or our Discord channel for more info.
Run npm install
to install the required packages.
Development build
Run npm run build firefox
or npm run build chrome
Production build
Run npm run build firefox -- --production
or npm run build chrome -- --production
Note: Run
npm run build -- --help
to see all available build options
During development, it might be convenient to run hot reload server, so you don't need to reload extension manually after each build.
To do that, run build with --server
argument. Make sure to manually reload extension first time after the build.
Example:
npm run build -- firefox --server
Now, for every change you make in the source code, the server will rebuild and reload the extension and refresh all affected pages automatically.
In case the hot reload does not work or stops working, try restarting server and reloading extension manually.
Enhanced Steam is Copyright 2012-2018 Jason Shackles. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License v3 or newer as published by the Free Software Foundation. A copy of the GNU General Public License v3 can be found in LICENSE or at https://www.gnu.org/licenses/gpl-3.0.html.