Skip to content

jameswalpole/copay-website

 
 

Repository files navigation

Build Status devDependency Status Stories in Ready

Developing

$ npm install -g gulp
$ npm install
$ gulp serve

Build

$ gulp

Build and optimize the site, ready for deployment. This includes linting as well as image, script, stylesheet and HTML optimization and minification.

Serve Production Build

$ gulp serve:dist

Serve the optimized and minified version of the site for local testing.

Deploy to gh-pages

$ gulp deploy

This builds for production, then deploys the dist folder to gh-pages.

About

The Copay website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.9%
  • CSS 31.5%
  • HTML 12.3%
  • CoffeeScript 1.8%
  • PHP 0.5%
  • Makefile 0.0%