Skip to content

Commit

Permalink
Update README with development information
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-udvari committed Sep 25, 2015
1 parent 99ea9b8 commit 8c724a0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@ A [Bootstrap](http://getbootstrap.com/) theme for [The Bug Genie](https://github
- Enrichment:
- Add back dynamic JavaScript features

## Development

Fork the repository on Github and clone that or just the original:
```
git clone git@github.com:gabor-udvari/bootgenie.git
```

Step into the directory and install the dependencies with [Composer](https://getcomposer.org/):
```
cd bootgenie
composer install
```

Composer will install everything you need, even the assets. After that you can use [Robo](http://robo.li/) to build the assets:
```
vendor/bin/robo build
```

## Why a module and not a theme?
The Bug Genie has a lot more powerful support for modules than themes. Modules support version numbering, install, upgrade, uninstall hooks and a lot more.

Expand Down

0 comments on commit 8c724a0

Please sign in to comment.