Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 814 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 814 Bytes

Logo

Litho Staking

The official source code repository for Litho staking dashboard

This project is the frontend for Litho Staking Dashboard. It is built on top of Next.js, a popular framework that takes the trouble and setup of setting up an isomorphic react app.

Running the App Locally

  • Ensure you have the latest nodejs and npm installed. Prefer node >= 20 npm 10.8.1
  • Ensure you have npm installed.
  • Clone this repo
  • Run npm install on the repo to install node_modules
  • Run npm run dev to start the app.
  • Open localhost:3000 in your browser