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!!! ;)