Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soorajshankar/ddn_codespace_starter
https://github.com/soorajshankar/ddn_codespace_starter
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soorajshankar/ddn_codespace_starter
- Owner: soorajshankar
- Created: 2024-04-18T10:58:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T11:24:19.000Z (7 months ago)
- Last Synced: 2024-05-01T15:59:09.500Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`
# DDN Codespace Starter KitKickstart 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.
## Getting Started
### Step 1: Authenticate with Hasura DDN CLI
To begin, authenticate with the Hasura DDN CLI using your Personal Access Token (PAT). Don't have a PAT yet? Generate one [here](https://hasura.io/docs/latest/api-reference/cloud-api-reference/#authentication).Run the following command to log in:
\`\`\`sh
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.
### Step 2: Create Your DDN Supergraph Project
With authentication complete, you can now create a new DDN supergraph project and dive into development. Follow the steps outlined [here](https://hasura.io/docs/3.0/getting-started/create-a-project#step-3-create-a-new-project) to set up your project and begin building your supergraph.