Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.11 KB

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, you'll need to configure your own OpenAI API key. Follow the instructions in the .env.example file.

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