2014-03-28 14:08:14 -04:00
|
|
|
Copay
|
2014-04-20 16:06:56 -03:00
|
|
|
=====
|
|
|
|
|
|
|
|
|
|
Installation:
|
|
|
|
|
|
|
|
|
|
Copy config.template.js to config.js and edit to suit your needs. (Defaults to
|
|
|
|
|
public PeerJS and Insight servers)
|
|
|
|
|
|
|
|
|
|
Then execute these commands:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
npm install
|
|
|
|
|
bower install
|
|
|
|
|
grunt --target=dev shell
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Then open index.html in your browser.
|