Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ceifa/steam-friends-enhancer
https://github.com/ceifa/steam-friends-enhancer
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceifa/steam-friends-enhancer
- Owner: ceifa
- Created: 2020-05-21T14:05:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T18:17:24.000Z (over 1 year ago)
- Last Synced: 2024-10-07T06:06:30.456Z (about 1 month ago)
- Language: TypeScript
- Size: 686 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
The extension is available in some browser stores.
**Google Chrome:** https://chrome.google.com/webstore/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm
**Mozilla Firefox:** https://addons.mozilla.org/en-US/firefox/addon/steam-friends-enhancer/
## How to Contribute
### Get the code
```
$ git clone https://github.com/ceifa/steam-friends-enhancer/
$ cd steam-friends-enhancer
$ npm i
```### Run the app
```
$ npm start
```#### Chrome or Edge
- Type `chrome://extensions/` in addressbar(if edge just replace chrome with edge)
- Check "Developer mode"
- Click in "Load unpacked extension"
- Select folder `build-dev` from sources### Build the app
Builds app binaries for production.
```
$ npm run build
```