Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 243 Bytes

Typescript interest group

Prerequisites

Install yarn, docker, docker-compose

Install and start

cd api && yarn && cd ../web && yarn && cd ..
docker-compose up -d

Go to http://localhost:3000

Shutdown

docker-compose down