Enerccio / aof-replay-client

Open source cross platform client to watch aof replay files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnalyzeOrFeed Replay Client

Build Status

The aof.gg Replay Client is built using Electron. This means the app is compatible with both Windows and Mac. You can download the packaged files here:

aof.gg


If you would like to contribute to our client, here is how you get this repository working on your own computer:

First, make sure you have the latest version of node.js and bower installed. Then clone the repository.

$ git clone https://github.com/AnalyzeOrFeed/aof-replay-client.git aof-replay-client

Afterwards, you need to run

$ npm install

in the root directory.

That's it! You should be able to test the app by running

npm start

If you want to package the app, run

npm run build

Note: On Windows, you need to have 7zip command line version installed.

About

Open source cross platform client to watch aof replay files


Languages

Language:JavaScript 81.5%Language:HTML 16.7%Language:CSS 1.8%