npm i
npm run dev
to run the Next.js environment;npm run sb
to run Storybook- Navigate to http://localhost:3000/ or to http://localhost:4000/, if you run Storybook
npm run build
to create a production (Next.js) build;npm run build:sb
to create a Storybook buildnpm start
to run the created production (Next.js) build
For more info visit Next Story.
Copyright © Vlad Gerasimovich hotepp@pm.me
Licensed under the ISC license.