{"id":15392645,"url":"https://github.com/jackdbd/re-frame-tic-tac-toe","last_synced_at":"2026-01-28T09:10:33.676Z","repository":{"id":41615632,"uuid":"274946626","full_name":"jackdbd/re-frame-tic-tac-toe","owner":"jackdbd","description":"Tic tac toe implemented as a re-frame app","archived":false,"fork":false,"pushed_at":"2023-02-04T18:03:18.000Z","size":374,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T08:39:13.564Z","etag":null,"topics":["clojurescript","re-frame","tic-tac-toe"],"latest_commit_sha":null,"homepage":"https://re-frame-tic-tac-toe.pages.dev/","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackdbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-25T15:07:46.000Z","updated_at":"2022-10-16T13:51:26.000Z","dependencies_parsed_at":"2023-02-18T18:30:47.162Z","dependency_job_id":null,"html_url":"https://github.com/jackdbd/re-frame-tic-tac-toe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackdbd/re-frame-tic-tac-toe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fre-frame-tic-tac-toe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fre-frame-tic-tac-toe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fre-frame-tic-tac-toe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fre-frame-tic-tac-toe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackdbd","download_url":"https://codeload.github.com/jackdbd/re-frame-tic-tac-toe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackdbd%2Fre-frame-tic-tac-toe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojurescript","re-frame","tic-tac-toe"],"created_at":"2024-10-01T15:15:27.932Z","updated_at":"2026-01-28T09:10:33.661Z","avatar_url":"https://github.com/jackdbd.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# re-frame-tic-tac-toe\n\nTic tac toe implemented as a [re-frame](https://github.com/day8/re-frame) app.\n\nLive at https://re-frame-tic-tac-toe.pages.dev/\n\n## Installation\n\nThis project can be managed with [Babashka tasks](https://book.babashka.org/#tasks) defined in a `bb.edn` file. You can check the list of available tasks using this command:\n\n```sh\nbb tasks\n```\n\nInstall all dependencies:\n\n```sh\nbb install\n```\n\n## Development\n\nCompile the application in watch mode with shadow-cljs:\n\n```sh\nbb dev\n```\n\nThe command above will open browser tabs for:\n\n- Re-frame app: http://localhost:8280/\n- Shadown CLJS dashboard: http://localhost:9630/dashboard\n\nTip: you can compile any shadow-cljs build IDs directly from the browser, without typing anything in the terminal. Just visit http://localhost:9630/builds to do it.\n\n## Build\n\nCompile an optimized release build of the app:\n\n```sh\nnpx shadow-cljs release app\n\n# or use this babashka task\nbb app:release\n```\n\nRun the app in your default browser:\n\n```sh\nxdg-open resources/public/index.html\n```\n\nGenerate a build report for the re-frame app:\n\n```sh\nnpx shadow-cljs run shadow.cljs.build-report app target/build-report.html\n\n# or use this babashka task\nbb app:release-report\n```\n\nInspect the build report in your default browser:\n\n```sh\n# linux\nxdg-open target/build-report.html\n\n# macos\nopen target/build-report.html\n\n# windows\ncmd /c start target/build-report.html\n```\n\n## Tests\n\n```sh\nbb test:browser\n```\n\n```sh\nbb test:karma\nnpx karma start --config karma.conf.js --reporters verbose,dots\n```\n\n## Deploy\n\nDeploy the app to Cloudflare Pages:\n\n```sh\nbb app:deploy\n# or\nnpx wrangler pages publish resources/public --project-name=$CLOUDFLARE_PAGES_PROJECT_ID\n```\n\n## See also\n\nhttps://github.com/mhuebert/shadow-re-frame\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fre-frame-tic-tac-toe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackdbd%2Fre-frame-tic-tac-toe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackdbd%2Fre-frame-tic-tac-toe/lists"}