Go to file
Michael Jackson 577fa7608b Style tweaks 2018-04-04 12:08:42 -07:00
client Split out CSS into separate files 2018-04-03 22:16:09 -07:00
docs Prettify everything 2018-02-17 20:23:05 -08:00
public Better dev server integration 2018-02-16 16:00:06 -08:00
scripts Prettify everything 2018-02-17 20:23:05 -08:00
server Style tweaks 2018-04-04 12:08:42 -07:00
.gitignore Better dev server integration 2018-02-16 16:00:06 -08:00
.nvmrc Use node 8.4.x in production, 8.4.0 on Travis 2017-11-11 20:43:44 -08:00
.travis.yml Use node 8.4.x in production, 8.4.0 on Travis 2017-11-11 20:43:44 -08:00
Procfile Rename logs worker 2017-08-22 17:22:19 -07:00
Procfile.dev Rename process type 2018-02-26 20:07:32 -08:00
README.md Add dev script 2017-10-16 15:20:06 -07:00
package.json Better dev server integration 2018-02-16 16:00:06 -08:00
public.key Add auth and blacklist APIs 2017-11-11 12:18:13 -08:00
server.js Better dev server integration 2018-02-16 16:00:06 -08:00
unpkg.sketch Move design file into repo root 2018-02-16 09:52:53 -08:00
webpack.config.js Better dev server integration 2018-02-16 16:00:06 -08:00
yarn.lock Better dev server integration 2018-02-16 16:00:06 -08: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.