Make sure you have Docker and Node.js available.
Change current directory to this folder:
cd tools/env-local
Start backend in Docker containers:
make pull-up
Open new terminal in the root of this repository. Install wallet app deps:
npm install
Start app:
npm start
Open browser at http://localhost:3000