/hakama

WooCommerce theme for kunoichi.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

hakama

WooCommerce theme for kunoichi.

Installation

git clone git@github.com:kuno1/hakama.git
cd hakama
# Install libraries.
composer install
# Buils assets.
npm install && npm start
# Watch changes.
npm run watch

Dependencies

This theme is highly depends on Makibishi. Please install and activate it before using this theme.

Deployment

Same as Makibishi.

# Staging
./bin/deploy.sh staging
# Production
./bin/deploy.sh production