Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 967 Bytes

README.md

File metadata and controls

50 lines (38 loc) · 967 Bytes

Smapp-Lite (Spacemesh Wallet App)

Getting started

  1. Install dependencies.

    yarn
  2. Serve with hot reload at http://localhost:5173.

    yarn dev

Lint commands

  • Run eslint
    yarn lint
  • Run eslint with fixing
    yarn lint:fix

Build commands

yarn build

Test commands

  • Run tests with coverage (will open the coverage if all tests succeed)
    yarn test
  • Watch tests
    yarn test:watch

Commit commands

This project use commitlint to ensure that commit messages are conventional-changelog compliants.

To help you build more efficient commit messages, you can use the commitizen package by running this command :

yarn cz