gabegattis / bitcore-website

Home Page:https://bitcore.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Rebuild generated Markdown

$ gulp update-generated-markdown

This rebuilds all markdown in the generated directory.

Compress all images

$ gulp images

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

Brand Assets

All bitcore brand assets can be found in the bitcore-brand repo

About

https://bitcore.io


Languages

Language:JavaScript 86.1%Language:HTML 6.9%Language:CSS 6.5%Language:PHP 0.3%Language:Ruby 0.1%Language:C 0.0%Language:Makefile 0.0%Language:C++ 0.0%Language:Shell 0.0%