leincetta / amalfi

A minimal WP theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it work

  1. Install Xcode
  • xcode-select --install
  1. Install Homebrew > Node > Grunt > Modules
  • ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • brew install node
  • npm install grunt
  • npm install node-sass
  • npm install grunt-contrib-uglify
  • npm install grunt-contrib-watch
  1. Run
  • Dev: grunt watch
  • Build: grunt build

Plugins used

About

A minimal WP theme


Languages

Language:JavaScript 43.8%Language:PHP 35.3%Language:CSS 20.9%