This is a Next.js project bootstrapped with create-next-app
.
In order to correctly build the application, Yarn needs to be used. If you try to use NPM, you may face issues with some NPM packages.
Run yarn install
First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Run yurn run build
to build the project.
Run yarn storybook
. Navigate to http://localhost:6006.
Run yarn build-storybook
.