Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.14 KB

README.md

File metadata and controls

39 lines (37 loc) · 1.14 KB

Tic Tac Toe

Version License

Tic Tac Toe is a classic game built using

with PvE and PvP modes.

Install

yarn

Develop

Run Env.

yarn start

Prod. Build

yarn build

Type Check

yarn type

Format Code (ESLint + Prettier)

yarn format

Deploy

yarn deploy

This README was originally generated by readme-md-generator