Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 388 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 388 Bytes

Local development environment

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