yarn install
install frontend and contracts dependenciesyarn dev
start locally in watch modeyarn codegen
generate type definitions and React hooks by graphql schema and local queries (seesrc/generated
folder)yarn build
build production (seebuild
folder)yarn lint
start code style linting and type checkingyarn test
oryarn t
start test