Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 266 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 266 Bytes

Preparing environment

# Install dependencies
yarn

Building

# Build with next tool
npx next build

Running application

# Run with next tool
npx next dev

Storybook

# Run storybook
npx storybook dev -p 6000