Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 926 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 926 Bytes

LTO Network Ledger Web User Interface

🎁 Built by the Stakely.io team

⚙️ Production Netlify Status

⚙️ Development Netlify Status


Hosted frontends

✅ Production lto.stakely.io

⚠️ Development lto-stakely-dev.netlify.app


Build your own interface

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate