🦁 The fabulous cat of blockchain websites https://www.bigchaindb.com
Go to file
Matthias Kretschmann 08dc78bb06 document css unit usage 2015-12-21 14:15:41 +01:00
_src track form success/fail submissions in Google Analytics, ref #2 2015-12-21 14:08:20 +01:00
docs document css unit usage 2015-12-21 14:15:41 +01:00
.editorconfig finalized starting point 2015-12-20 05:22:45 +01:00
.gitignore finalized starting point 2015-12-20 05:22:45 +01:00
Gemfile finalized starting point 2015-12-20 05:22:45 +01:00
README.md finalized starting point 2015-12-20 05:22:45 +01:00
_config.yml config tweaks 2015-12-20 20:57:45 +01:00
gulpfile.js config tweaks 2015-12-20 20:57:45 +01:00
package.json finalized starting point 2015-12-20 05:22:45 +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