Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 857 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 857 Bytes

Risedle Interface

This repository contains the interface of Risedle Protocol.

Get started

You need to install the following:

node >= 17.8.0
npm >= 8.5.5

Then clone the repository:

git clone [email protected]:risedle/interface.git
cd interface/

Install the dependencies:

npm install

Run the development server:

npm run dev

The app entrypoint is on the pages/_app.tsx.

To changes component for each page, you may go to directly to the page component. For example, if you want to update something on the homepage go to directly to pages/index.tsx.

Risedle Interface is using Next.js and deployed on Cloudflare Pages.

Run the storybook

Use the following command to run the storybook:

npm run storybook