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.
gh repo clone graphql-texas/websiteyarn install- 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.localand modify the contents
yarn devIn 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.
Run yarn generate after changing the contents of schema.graphql.
We