Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 223 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 223 Bytes

Timanttipeli

An online game made using React and NodeJS.

Running in dev mode

cd frontend
yarn dev

In another terminal

cd backend
yarn dev

Testing in docker

docker compose up --build