Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 258 Bytes

Tower Defense: Determined

This is a POC of a game thats under heavy development and has no proper README file yet.

Setup

$ docker-compose up -d
$ docker-compose exec frontend sh
/app/frontend $ npm install
/app/frontend $ npm run test:e2e