https://github.com/jibrelnetwork/jwallet-web
Web version of Jwallet
https://github.com/jibrelnetwork/jwallet-web
Last synced: over 1 year ago
JSON representation
Web version of Jwallet
- Host: GitHub
- URL: https://github.com/jibrelnetwork/jwallet-web
- Owner: jibrelnetwork
- License: other
- Created: 2017-08-19T09:43:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T19:08:44.000Z (over 4 years ago)
- Last Synced: 2025-03-15T07:37:43.009Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://jwallet.network
- Size: 20.9 MB
- Stars: 22
- Watchers: 15
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jwallet-web
## Quick Start
Download and start image:
```bash
docker run -it -p 8080:80 jibrelnetwork/jwallet-web
```
Start with storybook:
```bash
docker run -it --env ENV=demo -p 8080:80 somename
```
And check it running: [http://localhost:8080]()
For recommended browsers list check out: [@jibrelnetwork/browserslist-config](https://github.com/jibrelnetwork/browserslist-config)
Visit our repository on Docker Hub: https://hub.docker.com/r/jibrelnetwork/jwallet-web/
## After first checkout
Install Digital Assets repository
* `git submodule update --init`
## Development
* `npm i`
* `npm run lang-update:en` - update en.json from po file
* `npm run dev` - starts webpack dev server (HMR enabled)
## Production
* `npm i`
* `npm run build:clean`
* share static files from `build` dir