[READ-ONLY] Mirror of https://github.com/serhalp/is-this-chess. Is this chess? You upload an image. Cutting-edge AI tells you if it's chess. That's it. is-this-chess.netlify.app
chess llm silly
0

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 56.7%
Astro 26.0%
JavaScript 13.9%
CSS 3.4%
93 13 0

Clone this repository

https://git.vm.fail/philippeserhal.com/is-this-chess https://git.vm.fail/did:plc:m64ndyruzgmgljacr4zh4jsz
ssh://git@knot1.tangled.sh:2222/philippeserhal.com/is-this-chess ssh://git@knot1.tangled.sh:2222/did:plc:m64ndyruzgmgljacr4zh4jsz

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Is this chess?#

You upload an image. Cutting-edge AI tells you if it's chess. That's it.

Development#

This is an Astro site. It uses Solid.js Islands for interactivity.

It is deployed to Netify.

It uses the PNPM package manager.

Prerequisites#

For local development, use the Netlify CLI to emulate Netlify AI Gateway. Run netlify dev to start the development server. No API keys are required as they are automatically injected by Netlify.

Commands#

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run lint Run eslint, with autofix enabled
pnpm run format Format files with prettier
pnpm run test Run all checks