There is a public install of this software hosted at github at: https://bitpay.github.io/copay/
Get the source code:
git clone [email protected]:bitpay/copay.git && cd copay
git fetch upstream stats:stats
git checkout stats
This project was generated with Angular CLI version 1.2.1.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
npm i -g angular-cli-ghpages
ng build --prod --aot=false --base-href "https://USER.github.io/APP-NAME/"
(see base-href on your repo settings)
go to stats branch and run:
ngh
Successfully published!