Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 725 Bytes

BUILD.md

File metadata and controls

26 lines (14 loc) · 725 Bytes

Pera Web Wallet

Development

This repo was created with Create React App. Therefore, the usual react-scripts are available in this project.

Recommended system versions

  • node 18.x
  • npm 8.x

Install dependencies

  • npm install

Start the development environment

  • npm start

Husky and lint-staged

Husky is configured with lint-staged to run ESLint, Stylelint and Prettier on the staged files, and then type-check the application before committing your changes.

Versioning

We follow SemVer convention to update the version for each release.