neptune-web-wallet/README.md

32 lines
295 B
Markdown
Raw Normal View History

2025-10-21 01:14:13 +07:00
# 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
```