Skip to content

user interface for staking liquidity built with sveltekit

License

Notifications You must be signed in to change notification settings

LEAN-Token/LEAN-staking-interface

Repository files navigation

💜 LEAN Frontend

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.

Documentation

Install dependencies using npm

root

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