1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-25 03:03:16 +01:00
🦁 The fabulous cat of blockchain websites https://www.bigchaindb.com
Go to file
2015-12-22 14:53:39 +01:00
_src copy update 2015-12-22 14:53:39 +01:00
docs
_config.yml generic page layout, 404 page, generate sitemap 2015-12-22 13:41:58 +01:00
.editorconfig
.gitignore
Gemfile generic page layout, 404 page, generate sitemap 2015-12-22 13:41:58 +01:00
gulpfile.js images cleanup 2015-12-21 19:48:04 +01:00
package.json switch to fixed fork of Fira 2015-12-22 13:47:52 +01:00
README.md

bigchain.io

Landing page for www.bigchain.io

Development

You need to have the following tools installed on your development machine before moving on:

Install dependencies

Run the following command from the repository's root folder to install all dependencies.

npm i && bundle install

Development build

Spin up local dev server and livereloading watch task, reachable under https://localhost:1337:

gulp

Deployment

Production build

The following builds the site and runs a bunch of optimizations over everything, like assets optimizations, revisioning, CDN url injection etc.

gulp build --production