Running the project
Dependencies
Technology
Getting and running the code
- Install locally loot.
- Clone it somewhere
- Run
npm install - Run
npm startto start the API server in port 7001
- Install locally loot-ui
- Clone it somewhere
- Run
npm install - Run
npm startto start the UI server in port 7002
Generating docs
Inside the loot-ui repository:
npm run docs:buildto build the docs in_docsopen _docs/index.html