Community made Vue.js Ledger interface for LTO Network blockchain
Before getting started you would need:
git
installed locally in your computeryarn
installed locally in your computer. Check yarn documentation
- Clone to your local computer using
git
. - Enter project main directory and install yarn modules (dependecies):
yarn install
.
- To deploy the local project use
yarn serve
- Running
yarn serve
will deploy the project in localhost. Navigate tohttp://localhost:8080/
. The app will automatically reload if you change any of the source files. - In case you need to create a production build run
yarn build