Skip to content

boltsource/graphql-texas-website

Repository files navigation

🤠 GraphQL Texas website

Welcome GraphQLers! This is the source code for the GraphQL Texas website. Below you will find the instructions to get the site up and running on your local machine.

Tech stack

Development workflow

Clone this repo

gh repo clone graphql-texas/website

Install dependencies

yarn install

Setup environment variables

  • If you are part of the Vercel project, run vc env pull .env.local
  • If you are not part of the Vercel project, run cp .env.example .env.local and modify the contents

Start the dev server

yarn dev

Enabling preview mode

In order to preview unpublished content, type the Konami Code on any of the screens:

B A

And enter the value of the PREVIEW_SECRET environment variable.

Running GraphQL codegen

Run yarn generate after changing the contents of schema.graphql.


We ♥️ contributions of any kind.