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.
- Ensure you have the latest
nodejs
andnpm
installed. Prefernode
>= 20npm
10.8.1 - Ensure you have
npm
installed. - Clone this repo
- Run
npm install
on the repo to installnode_modules
- Run
npm run dev
to start the app. - Open
localhost:3000
in your browser