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

https://github.com/tacyarg/ez-frontend

Ez Frontend
https://github.com/tacyarg/ez-frontend

csgo ez frontend javascript rage react skins vgo

Last synced: about 2 months ago
JSON representation

Ez Frontend

Awesome Lists containing this project

README

          

# https://ez.chips.gg

## Dependancies
* [Parcel](https://parceljs.org)
* [Chips SDK](https://chips.gg)
* [Node.JS](https://nodejs.org)

## How do I run this?

### Create a .env

```
SOCKET_URL=wss://ezsocket.chips.gg
AUTH_URL=https://ezauth.chips.gg
```

### Start the app

```
yarn && yarn start
```