This repository is part of the Thinkmill interview process. We call it a conversation starter because it is not a test or a task you have to do from scratch but a reduced example of what working at Thinkmill might look like.
Become familiar with the codebase so we can have a productive discussion about it. Don’t worry about the finer details—we’re not here to catch you out. The goal is simply to establish common ground. This should take approximately 30min.
In addition to reading the code and navigating the folder structure you might like to pull the repo and install all the dependencies.
We ship a yarn.lock
file so please use yarn v1 to install dependencies.
For more information about Keystone visit the docs.
To run this project use:
yarn dev
You will have the following URLs available:
Description | URL |
---|---|
Site | http://localhost:4000 |
Admin UI | http://localhost:3000/ |
Graphiql | http://localhost:3000/api/graphql |