Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 380 Bytes

README.md

File metadata and controls

26 lines (26 loc) · 380 Bytes

Develop

Getting Started

npm install
docker-compose up --force-recreate --always-recreate-deps --abort-on-container-exit --remove-orphans --renew-anon-volumes

Getting Stopped

docker-compose down

Build Contracts

npm run build-contracts

Build UI

npm run build-ui

Watch UI

npm run watch-ui

Serve UI

npm run serve-ui