To install dependencies:
bun installTo run:
bun run startThis will start a webserver on localhost:3000 with the following routes:
- GET /metrics: Get GraphQLServer metrics
- POST /graphql: Handle GraphQL requests
To run tests:
bun run testTo run tests with coverage (might crash on Windows with version Bun 1.1.0):
bun run testcov