1.0.2 • Published 3 years ago
paste-story-server v1.0.2
GraphQL API Server
Requirements
- Wrangler CLI for Cloudflare Workers deployment
Installation
npm ciDevelopment
For local development, run:
wrangler devDeployment
The deployment of this project is done using GitHub Actions CI/CD. For more details, check out server.yml.
Alternatively, to publish any new changes to your Cloudflare Worker, run wrangler publish.
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.