{"id":16783185,"url":"https://github.com/aod/batchess","last_synced_at":"2026-05-05T04:40:38.320Z","repository":{"id":144279310,"uuid":"534682456","full_name":"aod/batchess","owner":"aod","description":"Carved wood simulator","archived":false,"fork":false,"pushed_at":"2023-07-12T06:55:30.000Z","size":514,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"grandmaster","last_synced_at":"2025-06-28T07:42:38.031Z","etag":null,"topics":["batchess","chess","motion","react","vite","vitest"],"latest_commit_sha":null,"homepage":"https://batchess.yatko.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-09T14:43:36.000Z","updated_at":"2024-12-11T12:10:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"71aa130a-195c-4c79-95b4-071774009802","html_url":"https://github.com/aod/batchess","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aod/batchess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aod%2Fbatchess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aod%2Fbatchess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aod%2Fbatchess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aod%2Fbatchess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aod","download_url":"https://codeload.github.com/aod/batchess/tar.gz/refs/heads/grandmaster","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aod%2Fbatchess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32636096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["batchess","chess","motion","react","vite","vitest"],"created_at":"2024-10-13T07:49:08.985Z","updated_at":"2026-05-05T04:40:38.280Z","avatar_url":"https://github.com/aod.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[batchess]: https://batchess.yatko.dev\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/logo/batchess_with_bg.svg\" height=\"256\" radius=\"100px\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003csub\u003e\n      \u003ci\u003eDISCLAIMER: Work In Progress\u003c/i\u003e\n    \u003c/sub\u003e\n  \u003c/p\u003e\n  \u003ca href=\"https://batchess.yatko.dev\"\u003e\n    \u003ch1 align=\"center\"\u003e\n      \u003cb\u003eBatchess\u003c/b\u003e\n    \u003c/h1\u003e\n  \u003c/a\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e\n    |\n    \u003ca href=\"#development\"\u003eDevelopment\u003c/a\u003e\n    |\n    \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e\n    |\n    \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n# About\n\nBlazingly fast digital carved wood game.\n\n## Tech Stack\n\n[vite]: https://vitejs.dev\n[vitest]: https://vitest.dev\n[react]: https://reactjs.org\n[motion]: https://www.framer.com/motion\n[cfpages]: https://pages.cloudflare.com/\n\n- [Vite][vite] + [Vitest][vitest] (build tool and testing framework)\n- [React][react] (frontend libray, using only built-in state management)\n- [Motion][motion] (animations and dragging support for React)\n- [Cloudflare Pages][cfpages] (static file hosting service)\n\n# Development\n\nTo develop Batchess you will first need to install\n[NodeJS](https://nodejs.org/en/download/).\n\nNext, download the source code and run the following commands in the root\ndirectory of the project:\n\n1. Install dependencies:\n   ```\n   npm install\n   ```\n2. Start dev environment:\n   ```\n   npm run dev\n   ```\n3. Visit the url shown in the output to view the application.\n\n## Building\n\nRunning this command will build the project and output all files to `dist/`:\n\n```\nnpm run build\n```\n\n## Testing\n\nSimply run the following command to run all tests:\n\n```\nnpm test\n```\n\n## Typecheck\n\nI like to run the following command to watch for changes and typecheck\nthe project:\n\n```\nnpx tsc --noEmit -w\n```\n\n# Contributing\n\nBug reports and fixes are appreciated as well as ideas or discussions!\n\nHowever, since this project is a work in progress, please only create pull\nrequests which link to an issue in this GitHub repo.\n\nThanks for your comprehension.\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faod%2Fbatchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faod%2Fbatchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faod%2Fbatchess/lists"}