Skip to content

Latest commit

 

History

History
 
 

ui

PeerDB Cloud Template

Prerequisites

Getting Started

Install dependencies using yarn

yarn

Start the example project

Start the NextJS dev server that runs the example project.

yarn dev

Open https://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

yarn storybook

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

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