0.1.1 • Published 4 months ago

@guardian/cql v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

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 bun

Once that's done, to install dependencies:

bun install

To run a development server locally:

bun run dev

To run the tests and optionally watch for changes:

bun run test --watch