Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 586 Bytes

stakx.io Website

The stakx source for the stakx.io website.

Building

This website is made of two separate parts, the actual stakx website and then all of the assets (such as stylesheets). Building the assets is the first step and then use stakx to build the actual website.

  • Install yarn
  • Download the latest version of stakx
# Build our assets
cd _themes/corcra
yarn
node_modules/.bin/bower-installer
gulp dist

# Compile our website
cd ../../
stakx build