mtxl / solidus-site

Marketing website and blog for Solidus.

Home Page:https://solidus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on https://github.com/joshukraine/middleman-gulp

Requirements

  • [Middleman 4.x][middleman-docs]
  • [Ruby 2.x][rbenv]
  • [Node 8.x][nvm]
  • [Gulp CLI][gulp-cli]

Usage

  1. Install ruby gems bundle install

  2. Install yarn packages yarn install --check-files

  3. Start the Middleman server. Note that this will also invoke Webpack via the external pipeline.

     $ bundle exec middleman server
    
  4. To build html and assets for production, run

     $ bundle exec middleman build
    

About

Marketing website and blog for Solidus.

https://solidus.io


Languages

Language:HTML 67.3%Language:SCSS 22.0%Language:Ruby 6.9%Language:JavaScript 3.8%