Skip to content

eldarlrd/ts-battleship

Repository files navigation

TS Battleship

Version License

TS Battleship is a web game built using

based on the classic board game with a PvE component.

Install

pnpm i

Develop

Run Env.

pnpm dev

Prod. Build

pnpm build

Preview Prod. Build

pnpm preview

Format Code (ESLint + Prettier)

pnpm format

Test

Run Watch

pnpm test

Coverage Report

pnpm cover

Deploy

pnpm deployer

This README was originally generated by readme-md-generator