2025-10-21 01:14:13 +07:00

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
```