https://github.com/bitpay/insight-website
https://github.com/bitpay/insight-website
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitpay/insight-website
- Owner: bitpay
- Created: 2015-11-03T20:20:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T08:57:21.000Z (over 3 years ago)
- Last Synced: 2025-05-21T17:41:32.271Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://insight.is/
- Size: 2.51 MB
- Stars: 4
- Watchers: 4
- Forks: 18
- Open Issues: 188
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/bitpay/bitcore-website) [](https://david-dm.org/bitpay/bitcore-website) [](https://david-dm.org/bitpay/bitcore-website#info=devDependencies) [](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).