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 start
Runs a storybook UI at http://localhost:6006/
yarn storybook
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 start
To commit to the repository after staging the commit:
yarn commit
Select the appropriate type of commit message, any issues to close, and note any breaking changes.
yarn build
Husky 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/