Imported from kevinten10/awesome-springfeistval (
AGENTS.md). Install upstream withnpx skills add kevinten10/awesome-springfeistval. Copyright stays with the author.
Repository Guidelines
Project Shape
This repository combines an awesome-list style Spring Festival project catalog with a deployable React/Vite AI assistant in cny-ai-web/.
Commands
cd cny-ai-web && npm run devstarts the assistant app.cd cny-ai-web && npm run lintruns ESLint.cd cny-ai-web && npm testruns the TypeScript smoke check.cd cny-ai-web && npm run buildcreates the Vercel build artifact.
Environment
- The AI assistant calls the server-side
/api/chatfunction, which readsARK_API_KEY,ARK_BASE_URL, andARK_CHAT_MODEL. - Do not expose model provider keys through
VITE_*variables.
Editing Rules
- Keep the root README curated as an awesome list; app implementation changes belong under
cny-ai-web/. - Avoid committing real Ark or other model provider keys.