This project contains the main features of the lean staking application.
If you want to contribute, please refer to the contributing guidelines of this project.
Install dependencies using npm
How to start
npm install
start the development server
npm run dev
build with production mode
npm build
# start the application after build
npm start