examples/framework-remix/README.md
Keystone can be used as a data engine in Remix applications without having to host a separate Keystone server.
This is made possible by Keystone's getContext API.
To run the example for yourself you will perform the following step:
pnpm installcd examples/framework-remix)pnpm devhttp://localhost:3000You can play with this example online in a web browser using the free codesandbox.io service. To launch this example, open the URL https://githubbox.com/keystonejs/keystone/tree/main/examples/framework-remix. You can also fork this sandbox to make your own changes.