Go to file
Andrea Giammarchi d72d4ee6f3 Add support for .mjs files
Right now these are served as application/octect-stream
The latest mime module with latest mime-db thought
would serve them as application/javascript.

This would enable direct .mjs access without needing
?module or runtime transpilations.
2017-09-12 07:34:48 -07:00
client Save previous stats to localStorage for faster loading 2017-08-26 17:54:17 -07:00
config Serve static assets out of /_static 2017-08-16 14:49:36 -07:00
public Add /_stats endpoint 2017-08-22 08:52:30 -07:00
scripts Add /_stats endpoint 2017-08-22 08:52:30 -07:00
server Remove ?main from fully-resolved URLs 2017-09-01 22:43:56 -07:00
.gitignore Store log summary data in Redis instead of Firebase 2017-05-24 09:25:00 -07:00
.travis.yml Add /_stats endpoint 2017-08-22 08:52:30 -07:00
Procfile Rename logs worker 2017-08-22 17:22:19 -07:00
Procfile.local Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
README.md Update README 2017-07-03 15:51:20 -07:00
package.json Add support for .mjs files 2017-09-12 07:34:48 -07:00
server.js Use startServer function 2017-08-18 23:10:04 -07:00
yarn.lock Revert to custom file sending logic 2017-08-26 20:38:31 -07:00

README.md

unpkg

unpkg is a fast, global CDN for everything on npm.

The project is sponsored by Cloudflare and Heroku.

Development

The website was built using create-react-app. This is the app you see when you run yarn start. However, none of the package links will work.

To start the backend, use yarn run server. This will start the backend so the website (which is really just a static HTML file) can serve as a proxy for package requests.