Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 407 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 407 Bytes

@footron/web

Installation

Update to Yarn 2 (see Yarn docs for background):

yarn set version berry

Install packages:

yarn install

Running

Start server:

yarn start

Build for production:

yarn build

Run tests:

yarn test

Run storybook:

yarn storybook