Go to file
MICHAEL JACKSON a8ab15e49d Rename StatsServer => StatsAPI 2017-11-08 11:07:48 -08:00
client Prettier everything up 2017-11-08 08:57:15 -08: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 Rename StatsServer => StatsAPI 2017-11-08 11:07:48 -08:00
server Rename StatsServer => StatsAPI 2017-11-08 11:07:48 -08: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.dev Add dev script 2017-10-16 15:20:06 -07:00
README.md Add dev script 2017-10-16 15:20:06 -07:00
package.json Fix failing tests 2017-11-08 09:13:28 -08:00
server.js Move some files around 2017-09-13 08:24:49 -07:00
yarn.lock Add _search endpoint 2017-09-13 08:01:46 -07:00

README.md

unpkg

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

The project is sponsored by Cloudflare and Heroku.

Development

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.