Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 365 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (33 loc) · 365 Bytes

requires yarn

setup

git clone https://github.com/kedromelon/baffle-react.git
cd baffle-react
yarn

develop

yarn start

lint

yarn lint

test

yarn test
yarn test:coverage
yarn test:watch

format

yarn prettier

build

yarn build