Go to file
MICHAEL JACKSON c4f3d5bbbc Store error/unique counts per hour/minute 2017-08-21 10:18:10 -07:00
client Add experimental ?expand flag 2017-08-18 17:55:13 -07:00
config Serve static assets out of /_static 2017-08-16 14:49:36 -07:00
public Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
scripts Return top scores already sorted 2017-05-30 09:20:45 -07:00
server Store error/unique counts per hour/minute 2017-08-21 10:18:10 -07:00
.gitignore Store log summary data in Redis instead of Firebase 2017-05-24 09:25:00 -07:00
.travis.yml Deploy using Travis 2017-08-18 13:43:18 -07:00
Procfile Move workers into server dir 2017-05-26 09:04:03 -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 Use dependencies for unpkg URLs in module mode 2017-08-21 10:17:40 -07:00
server.js Use startServer function 2017-08-18 23:10:04 -07:00
yarn.lock Use dependencies for unpkg URLs in module mode 2017-08-21 10:17:40 -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.