This repository contains the interface of Risedle Protocol.
Clone the repository:
git clone [email protected]:risedle/interface.git
cd interface/
Install the dependencies:
npm install
Use the following command to run the storybook:
npm run storybook
Use the following command to run the next.js local development server:
npm run dev