Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 835 Bytes

Michels

Skin Michels

Build status: Build Status Latest Stable Version Total Downloads

Installation

you can download and use this skin by:

$ git clone https://github.com/cbleek/Michels.git MyPath
$ cd MyPath
$ composer install

The module comes with a sandbox. You can start the sandbox by:

$ composer serve

after that, you should be able to open http://localhost:8000

To activate the module, create a file in you test/sandbox/config/autoload directory

<?php
return ['Michels'];