mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
Matthias Kretschmann
7cad1ec40a
- use Jekyll for now - build process through gulp - dependencies through npm & bundle - scss: variables, grid, fonts, first components - js setup
874 B
874 B
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