Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 745 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 745 Bytes

subsocial-react-example

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.

Install package

Run yarn install

Development server

First, run the development server:

yarn dev

Open http:https://localhost:3000 with your browser to see the result.

Build

Run yurn run build to build the project.

Storybook development server

Run yarn storybook. Navigate to http:https://localhost:6006.

Build storybook

Run yarn build-storybook.