Tic Tac Toe

Running

You need to have Deno v1.28.0 or later installed to run this repo.

Start a dev server:

$ deno task dev

Deploy

Build production assets:

$ deno task build