32 lines
295 B
Markdown
32 lines
295 B
Markdown
# web-wallet
|
|
|
|
## Project Setup
|
|
|
|
```sh
|
|
yarn
|
|
```
|
|
|
|
### Compile and Hot-Reload for Development
|
|
|
|
```sh
|
|
yarn dev
|
|
```
|
|
|
|
### Type-Check, Compile and Minify for Production
|
|
|
|
```sh
|
|
yarn build-only
|
|
```
|
|
|
|
### Lint with [ESLint](https://eslint.org/)
|
|
|
|
```sh
|
|
yarn lint
|
|
```
|
|
|
|
### Format code
|
|
|
|
```sh
|
|
yarn format
|
|
```
|