Building new and replicating personal favorite game ui elements and views using web code.
# Install dependencies
deno install
# Start dev server
deno task dev
# or start the server and open the app in a new browser tab
deno trask dev -- --openTo create a production version of your app:
deno task build