Skip to content

frog-pond/ccc-server

Repository files navigation

ccc-server

cautious-computing-context: backend node caching server/proxy

Getting Started

Prerequisites

  • Node.js v20.17
  • npm

Install

git clone https://github.com/frog-pond/ccc-server.git
cd ccc-server
npm install

Running the Server

Development

Watch mode (recommended): auto-recompile & restart on changes

npm run watch

Institution-specific servers

npm run stolaf-college
npm run carleton-college

Production

npm run build
npm run start:prod

Testing

All tests

npm run test

Smoke tests

npm run test:stolaf-college
npm run test:carleton-college