This template was generated using create-deriv-v2
To run the development server:
npm run dev
To generate a build:
npm run build
In order to generate a deployment to Cloudflare Pages, ensure that the following secrets are set in the Github Actions:
CLOUDFLARE_ACCOUNT_ID=****
CLOUDFLARE_API_TOKEN=****
CLOUDFLARE_PROJECT_NAME=****
In order to generate a test link deployment to Cloudflare Pages, ensure that the following secrets are set in the Github Actions:
CLOUDFLARE_ACCOUNT_ID=****
CLOUDFLARE_TEST_LINK_TOKEN=****
CLOUDFLARE_PROJECT_NAME=****
To allow notifications to be sent to Slack whenever a new staging build is triggered, ensure that the following secrets are set in the Github Actions:
SLACK_WEBHOOK=***