Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 656 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 656 Bytes

Getting Started

Install Node.js if you haven't already and run: npm install

To start the local site use: npm start

To deploy updated versions: npm run deploy

To run all tests via Jest: npm test

To run Prettier via command line: npm run format

To check if your files are formatted: npm run format:check

Using Cloudflare Workers

  1. Run npx wrangler dev <filepath> in your terminal to start a development server
  2. Open a browser tab at http://localhost:8080/ to see your worker in action
  3. Run npx wrangler publish <file-path> --name <worker-name> to publish your worker

Learn more at https://developers.cloudflare.com/workers/