This is a win dapp.
All dependencies have to be installed via yarn
from the root of repository.
Create proto folder in src/
and run yarn
mkdir src/proto
yarn
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
yarn build