Note: Requires YARN and Docker with compose.
- Clone this repository
- Create a
.env
file in the project root and set the appropriate variables (see below) - In the project root, run
yarn start
- The GraphQL API is now available on
http://localhost:5987/graphql
API_URI=
# required only for writes
API_USERNAME=
API_PASSWORD=
See src/env.js
for complete descriptions of each variable.
To add package dependencies (e.g. yarn add
) you should do so within the Docker container.
- Run
yarn start
- Once the container is running, from another terminal run
yarn terminal
- you should now be inside the docker container - Run
yarn add [package-name]
or any other command from within the Docker terminal