Logo Lanfrica

Dagmawi-Dev/kokeb-excellence-language

Domaine:

natural language processingeducation
Créateur:
Dag
Hôte:
Kokeb Excellence one to one Ethiopian language learning website. # vinext-starter A clean full-stack starter running on vinext, with optional Cloudflare D1 and Drizzle support. ## Prerequisites - Node.js `>=22.13.0` - Linux with `flock`, `curl`, and GNU `timeout` ## Sites Lifecycle The Sites lifecycle CLI runs the locked dependency install before returning this checkout. Edit the source under `app/`, then checkpoint when a coherent milestone is ready to inspect or share. The remote Sites builder runs `npm run build` against the pushed commit. Do not repeat install or build as a normal pre-checkpoint step. This starter does not use `wrangler.jsonc`. `install:ci` is intentionally a single, non-retrying `npm ci`. It refuses a concurrent install for the same project, consumes a matching image-seeded npm cache with `--prefer-offline` while retaining registry fallback for a missing cache object, otherwise downloads and verifies the complete vinext tarball recorded in `package-lock.json`, limits npm to one socket, and terminates a stalled install. `build` applies a short timeout. These helpers target Linux and use GNU `timeout`; they are not native macOS scripts. Scripts that need writable project-scoped home, npm, XDG, and temporary paths use `scripts/sites-env.sh`. The `dev` and `start` scripts honor the caller's runtime environment and keep Wrangler logs inside the checkout. The generated `.sites-runtime/` directory is disposable and ignored by Git. ## Included Shape - edit site code under `app/` - `app/chatgpt-auth.ts` provides optional dispatch-owned ChatGPT sign-in helpers - `.openai/hosting.json` declares optional Sites D1 and R2 bindings - `vite.config.ts` simulates declared bindings for local development - `db/index.ts` reads the D1 binding from the Cloudflare Worker environment - `db/schema.ts` starts intentionally empty - `examples/d1/` contains an optional D1 example surface - `drizzle.config.ts` supports local migration generation when needed ## Workspace Auth Headers OpenAI workspace sites can read the current …

Languages