unpkg/README.md

10 lines
445 B
Markdown
Raw Normal View History

# unpkg
[unpkg](https://unpkg.com) is a fast, global CDN for everything on [npm](https://www.npmjs.com/).
2017-07-03 22:51:20 +00:00
The project is sponsored by [Cloudflare](https://cloudflare.com) and [Heroku](https://heroku.com).
## Development
2017-10-16 22:20:06 +00:00
To start the server, use `yarn dev`. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests. Then, start the app in another shell with `yarn start`.