Skip to content

Commit

Permalink
Merge pull request #241 from bassjobsen/frontend-build-only
Browse files Browse the repository at this point in the history
Frontend build only
  • Loading branch information
sqfasd authored Aug 16, 2018
2 parents 220698e + 61e33a5 commit a77126b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ package-lock.json
.vs/
.vscode
public/*
!public/dist/
public/dist/*
!public/dist/.gitkeep
!public/dist/chains/
public/dist/chains/*
!public/dist/chains/.gitkeep
Expand Down
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,6 @@ git clone https://github.com/AschPlatform/asch && cd asch && chmod u+x aschd
npm install
```

## Web Wallet

```
cd public/
npm install bower -g
npm install browserify -g
npm install gulp -g
npm install
# angular chose "angular#~1.5.3 which resolved to 1.5.11 and is required by ASCH"
bower install
npm run build
gulp build-test #This make the front-end files in public dir.
```

## Installation on docker.

[Please install Docker firstly](https://store.docker.com/search?offering=community&type=edition)
Expand All @@ -89,7 +72,9 @@ cd asch && node app.js
or
cd asch && ./aschd start
```
Then you can open ```http://localhost:4096``` in you browser.

### Web Wallet
Then you can open ```http://localhost:4096``` in your browser to visit the Web Wallet.

## Usage

Expand Down

0 comments on commit a77126b

Please sign in to comment.