cautious-computing-context: backend node caching server/proxy
Prerequisites
- Node.js v20.17
- npm
Install
git clone https://github.com/frog-pond/ccc-server.git
cd ccc-server
npm ciWatch mode (recommended): auto-recompile & restart on changes
mise run watchInstitution-specific servers
mise run stolaf-college
mise run carleton-collegemise run build
mise run start:prodAll tests
mise run testSmoke tests
mise run test:stolaf-college
mise run test:carleton-collegeTDD workflow
This repository practices TDD for agentic development: write a failing AVA test next to the implementation (*.test.ts), run mise run test, implement until green, then run smoke tests for integration checks.