Stack
- Storybook v8
- Jest v29
- TS v5
- NextJS v14
- next-intl v3 for i18n
- zustand v4
- next-auth v4
In a terminal execute the following commands inside project folder
yarn && yarn dev
or yarn build && yarn start
To initialize storybook: yarn build-storybook && yarn storybook
You probably gonna face this login form from next-auth
Just click on sign in without informing user or password.