Go to file
MICHAEL JACKSON 84f297b400 Use SETEX for storing package.json configs
Also, remove option for in-memory cache.
2017-05-25 11:54:15 -07:00
client Tweak require statements 2017-04-19 16:55:03 -07:00
config Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
public Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
scripts Add script to show a single log entry 2017-05-24 22:23:53 -07:00
server Use SETEX for storing package.json configs 2017-05-25 11:54:15 -07:00
workers Run hourly/daily analytics more often 2017-05-24 20:43:59 -07:00
.gitignore Store log summary data in Redis instead of Firebase 2017-05-24 09:25:00 -07:00
Procfile Add ingest_stats worker 2017-05-24 16:54:19 -07:00
Procfile.local Rewrite frontend using create-react-app 2017-03-25 23:57:22 -07:00
README.md Rename "serve" command to "server" 2017-04-04 07:40:05 -07:00
package.json Use SETEX for storing package.json configs 2017-05-25 11:54:15 -07:00
server.js Remove Trace, add Sentry 2017-04-24 14:39:53 -07:00
yarn.lock Use SETEX for storing package.json configs 2017-05-25 11:54:15 -07:00

README.md

unpkg

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

The project is maintained by React Training with sponsorship from 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.