https://github.com/ceifa/steam-friends-enhancer
8dee91c818d44faa8dab0babad19d2b0
https://github.com/ceifa/steam-friends-enhancer
Last synced: 5 months ago
JSON representation
8dee91c818d44faa8dab0babad19d2b0
- Host: GitHub
- URL: https://github.com/ceifa/steam-friends-enhancer
- Owner: ceifa
- Created: 2020-05-21T14:05:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T18:17:24.000Z (over 3 years ago)
- Last Synced: 2025-04-02T16:51:16.548Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 686 KB
- Stars: 0
- Watchers: 2
- 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
```