Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 189 Bytes

Run dev env

  1. Install Docker and docker-compose
  2. run this command (from project root):
docker-compose up -d
  1. To clear the env run:
docker-compose down