cp .env.example .env
# If you have not yet set up an API TOKEN for DatoCMS and Chromatic project token, please get one from a member.
yarn && yarn dev
tree -L 2 -d -I node_modules/ -I coverage/ -I storybook-static/
.
├── libs
│ ├── api # GraphQL CodeGeneratorの生成コード
│ ├── apolloClient # Apollo Client
│ └── schema # GraphQL schema格納先
├── pages # Next.jsのページ
├── stories # storybookのstory格納先
│ └── assets # storyのassetsの格納先
└── test # テストコードの格納先(一時的)