@guardian/cql
v1.8.2
Published
You'll need bun to work on this project. You can install it directly from https://bun.sh/, or install it via brew on MacOS:
Keywords
Readme
CQL client
You'll need bun to work on this project. You can install it directly from https://bun.sh/, or install it via brew on MacOS:
brew tap oven-sh/bun
brew install bunOnce that's done, to install dependencies:
bun installTo run a development server locally:
bun run devTo run the tests and optionally watch for changes:
bun run test --watch