Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 541 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 541 Bytes

hakama

WooCommerce theme for kunoichi.

Installation

git clone [email protected]: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