Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ceifa/steam-friends-enhancer


https://github.com/ceifa/steam-friends-enhancer

Last synced: 18 days ago
JSON representation

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
```