/loka_interface

based on Risedle Interface

Primary LanguageTypeScriptMIT LicenseMIT

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