This repository contains the interface of Risedle Protocol.
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.
Use the following command to run the storybook:
npm run storybook