unpkg/packages/unpkg-app at main · unpkg/unpkg

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

unpkg-app

unpkg-app

This packages is the UNPKG web app. It is built and deployed as a Cloudflare Worker.

Development

Install dependencies and run the tests:

pnpm install
pnpm test

Boot the dev server and assets server (two separate tabs):

pnpm dev
pnpm dev:assets

Deploying

Edit the worker configuration in wrangler.json, then:

pnpm run deploy