Skip to content

npms-io/npms-www

Repository files navigation

npms-www

Build Status Dependency status Dev Dependency status

The https://npms.io website.

Installation

$ npm install

Development

Simply spawn the server by running $ npm run serve. This will create a server defaulting to the dev environment. You may preview the production build by running $ npm run build && npm run serve -- --env prod.

Deploys

There's a separate document that explains the deployment procedure, you may read it here.

Tests

$ npm test
$ npm test-cov # to get coverage report

License

Released under the MIT License.