PeerDB Cloud Template
- NodeJS:
18.17.1
npm ci
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.
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.