This is a win dapp.
All dependencies have to be installed via yarn from the root of repository.
Create .env file in the root of repository with content like in the file .env.example. To start project locally please rum this command.
yarn startRuns a storybook UI at http://localhost:6006/
yarn storybookCreate .env file in the root of repository with content like in the file .env.example. To start project locally please rum this command.
yarn startTo commit to the repository after staging the commit:
yarn commitSelect the appropriate type of commit message, any issues to close, and note any breaking changes.
yarn buildHusky forces us to commit messages in a certain format. The conventions of these messages can be found here: https://www.conventionalcommits.org/en/v1.0.0/