Files
PMTiles/serverless/cloudflare/README.md
2022-11-23 12:06:26 +08:00

14 lines
445 B
Markdown

# Protomaps on Cloudflare
See installation and configuration instructions at [Protomaps Docs: Deploy on Cloudflare](https://protomaps.com/docs/cdn/cloudflare)
## Development
### Web Console (basic)
Generate the Workers script using `npm run build` and copy `dist/index.js` to the editor.
### Wrangler (advanced)
with Wrangler, run `npm run start` to serve your Worker on http://localhost:8787. The cache will not be active in development.