An open API service indexing awesome lists of open source software.

https://github.com/bitpay/insight-website


https://github.com/bitpay/insight-website

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/bitpay/bitcore-website.svg)](https://travis-ci.org/bitpay/bitcore-website) [![Dependency Status](https://david-dm.org/bitpay/bitcore-website.svg)](https://david-dm.org/bitpay/bitcore-website) [![devDependency Status](https://david-dm.org/bitpay/bitcore-website/dev-status.svg)](https://david-dm.org/bitpay/bitcore-website#info=devDependencies) [![Stories in Ready](https://badge.waffle.io/bitpay/bitcore-website.png?label=ready&title=Ready)](https://waffle.io/bitpay/bitcore-website)

# Run

```sh
$ npm install
$ npm start
```

# Developing

```sh
$ npm install -g gulp
$ npm install
$ gulp serve
```

## Production Build

```sh
$ 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

```sh
$ gulp serve:dist
```

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

## Deploy to gh-pages

```sh
$ gulp deploy
```

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

## Rebuild `generated` Markdown

```sh
$ gulp update-generated-markdown
```

This rebuilds all markdown in the `generated` directory.

## Compress all images

```sh
$ gulp images
```

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

## Brand Assets

All bitcore brand assets can be found in [bitcore-brand](https://github.com/bitpay/bitcore-brand).