spacemeshos / smapp-lite

The light wallet application for Spacemesh network
2 stars 1 forks source link

Smapp-Lite (Spacemesh Wallet App)

Getting started

  1. Install dependencies.

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

    yarn dev

Lint commands

Build commands

yarn build

Test commands

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