Skip to content

Latest commit

 

History

History
 
 

ui

PeerDB Cloud Template

Prerequisites

Getting Started

npm ci

Start the example project

Start the NextJS dev server that runs the example project.

npm run dev

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

The example project files resides inside the app folder.

Start the Storybook

Every UI component has a Storybook story attached to it. To run and view the Storybook for the project run the following

npm run storybook

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

The stories and their corresponding components resides inside the lib folder.