1.0.2 • Published 2 years ago

paste-story-server v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

GraphQL API Server

Requirements

  • Wrangler CLI for Cloudflare Workers deployment

Installation

npm ci

Development

For local development, run:

wrangler dev

Deployment

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.

References