Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Adds build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Van de Sande committed Jun 2, 2016
1 parent 0bd7225 commit 43ed1a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@ To make routing work properly you need to build it using:
And start a local server which points with its document root into the `../build` folder,
so that you can open the app using `http://localhost:80/`

To deploy them to the **wallet.ethereum.org** site, execute these commands (from the app folder):

git checkout gh-pages
git merge develop
meteor-build-client ../build --path "https://wallet.ethereum.org/"
And push (or PR) your changes to the gh-pages branch.


***

## Gas usage statistics
Expand Down

0 comments on commit 43ed1a6

Please # to comment.