mcls-content-protection-cf-worker
v1.0.0
Published
Cloudflare worker for content-protection
Downloads
1
Readme
Content-Protection CloudFlare worker
First time setup
To be able to install dependencies and deploy the code in this repository, you need to setup wrangler
tools:
- wrangler:
Use these credentials to login to wrangler by using
wrangler login
. To confirm you are logged in, usewrangler whoami
.
Testing locally
npm run build
npm run test