Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.23 KB

TM Conversation Starter

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.

How do I get started?

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.

Running the project locally

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