Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.2 KB

gotobyu.com

CI renovate

Tech Stack

Getting Started

# clone repo
git clone git@github.com:mizozobu/gotobyu.com.git
cd gotobyu.com

# install dependencies
yarn

# start dev server
yarn dev

Open http://localhost:3000 with your browser to see the result.

Storybook

yarn storybook

Open http://localhost:6006 with your browser to see the storybook.

Lint

# check
yarn lint

# auto fix
yarn lint:fix

Test

# debug & watch mode
yarn ut:debug --watch

CI/CD