Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 373 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 373 Bytes

Tanks 1990

A game inspired by original Battle City game. Play online

How to build, run locally

Install node modules

Make sure to have pnpm installed.

pnpm install

Start dev server

pnpm dev

You should see the localhost url. Open it in the browser.

Build

pnpm build