Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 732 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 732 Bytes

admin-dashboard-frontend

Screen Shot 2024-11-05 at 23 29 49

Stack

  • Storybook v8
  • Jest v29
  • TS v5
  • NextJS v14
  • next-intl v3 for i18n
  • zustand v4
  • next-auth v4

Initialization

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

Login

You probably gonna face this login form from next-auth

Screen Shot 2024-11-07 at 22 55 39

Just click on sign in without informing user or password.