Back to Keystone

README

examples/logging/README.md

2026-07-28661 B
Original Source

Base Project - Logging

This project demonstrates logging when GraphQL requests/errors happen.

Instructions

To run this project, clone the Keystone repository locally, run pnpm install at the root of this repository, then navigate to this directory and run:

shell
pnpm dev

This will start the Admin UI at localhost:3000. You can use the Admin UI to create items in your database.

You can also access a GraphQL Playground at localhost:3000/api/graphql, which allows you to directly run GraphQL queries and mutations.

Congratulations, you're now up and running with Keystone! 🚀