`
Kickstart your DDN supergraph development with this comprehensive starter kit. When you launch this repository in a GitHub Codespace, you'll be instantly set up with the DDN CLI and the Hasura VS Code extension, providing you with an environment tailored for DDN supergraph development.
To begin, authenticate with the Hasura DDN CLI using your Personal Access Token (PAT). Don't have a PAT yet? Generate one here.
Run the following command to log in:
ddn login --pat {{YOUR_HASURA_PAT}}
Note: Since GitHub Codespaces operate on remote machine configurations, the OAuth login with redirect won't function. Please use your PAT for authentication.
With authentication complete, you can now create a new DDN supergraph project and dive into development. Follow the steps outlined here to set up your project and begin building your supergraph.