Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berrywallet/berrywallet-site
Berrywallet Web-site
https://github.com/berrywallet/berrywallet-site
berrywallet cryptocurrency wallet
Last synced: about 1 month ago
JSON representation
Berrywallet Web-site
- Host: GitHub
- URL: https://github.com/berrywallet/berrywallet-site
- Owner: berrywallet
- Created: 2017-11-07T08:40:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T16:42:50.000Z (over 6 years ago)
- Last Synced: 2024-11-06T00:41:40.501Z (3 months ago)
- Topics: berrywallet, cryptocurrency, wallet
- Language: TypeScript
- Homepage: https://berrywallet.io
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Website of BERRYWALLET
NodeJS app with React for server- and client- side rendering.
Website
·
Chrome Extension
·
Mozilla Extension
[![Build Status](https://travis-ci.com/berrywallet/berrywallet-site.svg?branch=master)](https://travis-ci.com/berrywallet/berrywallet-site)
## Developing
### 1. Configure development environment
```bash
$ docker-composer -f docker-composer-dev.yml
```### 2. Install deps
Install required packages
```bash
$ yarn install
```
berrywallet-dummy.svg
### 3. Build front
Build front bundle and run webpack in watch mode
```bash
$ yarn build
```### 4. Build and run server
In other terminal you need to build server and run it
```bash
$ yarn start
```
Contributors:
Yehor Melnykov
·
Maksym Tymchyk