Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 440 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 440 Bytes

Risedle Interface

This repository contains the interface of Risedle Protocol.

Get started

Clone the repository:

git clone git@github.com:risedle/interface.git
cd interface/

Install the dependencies:

npm install

Run the storybook

Use the following command to run the storybook:

npm run storybook

Run the dev server

Use the following command to run the next.js local development server:

npm run dev