https://github.com/soorajshankar/cloudflare_hasura_ndc_connector
https://github.com/soorajshankar/cloudflare_hasura_ndc_connector
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soorajshankar/cloudflare_hasura_ndc_connector
- Owner: soorajshankar
- Created: 2023-08-17T06:56:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T06:57:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T04:11:53.948Z (5 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Install deps
```sh
yarn
```To run locally
```sh
yarn dev
```Before publishing your code you need to edit `wrangler.toml` file and add your Cloudflare `account_id` - more information about configuring and publishing your code can be found [in the documentation](https://developers.cloudflare.com/workers/learning/getting-started).
Once you are ready, you can publish your code by running the following command:
```sh
$ npm run deploy
# or
$ yarn run deploy
# or
$ pnpm run deploy
```