Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

gmsvalente/tictactoe

Repository files navigation

Instructions

Run these commands to play TicTacToe

  • npm install
  • npx shadow-cljs release :game
  • npx tailwindcss -i ./public/css/tailwind.css -o ./public/css/styles.css
  • docker compose up

Or Alternatively:

  • npm run install-all
  • npm run start

Open the browser url ‘localhost:8080/’

Have Fun!!! ;)