Skip to content

bitjson/copay-website

 
 

Repository files navigation

Build Status Dependency Status devDependency Status Stories in Ready

Run

$ npm install
$ npm start

Developing

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

Production 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.

Compress all images

$ gulp images

This command pipes all files in src/images through imagemin.

Brand Assets

All Copay brand assets can be found in copay-brand.

Translations

Translatable strings are extracted and added to the native locale file (locales/en.json) using s18n. A warning will be generated if a string is missing in any other locale file.

Simulate Translations

npm run simulate-translations

Simulates translation by mapping the s18n accents dictionary to the current en.json. This produces an accents locale, which can be previewed at the /accents route (e.g. localhost:3000/accents/)

About

The Copay website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 31.9%
  • HTML 12.1%
  • CoffeeScript 1.8%
  • PHP 0.5%
  • Makefile 0.0%