Skip to content

Commit

Permalink
Merge pull request #689 from nclsHart/gh-pages-readme
Browse files Browse the repository at this point in the history
[gh-pages] add readme
  • Loading branch information
nicolargo committed Oct 5, 2015
2 parents 58d271e + d9114ea commit 8e93601
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
@@ -0,0 +1,45 @@
# Glances website

## Installation

Install Bower :
```
npm install -g bower
```

Install Brunch :
```
npm install -g brunch
```

Install npm dependencies :
```
npm install
```

Install bower dependencies :
```
bower install
```

## Usage

All development assets files are in the `app` directory and are automatically built/copied into `public` directory by Brunch.

Run the following command before starting to code :
```
brunch watch
```

Or run this one for one shot build :
```
brunch build
```

## How to contribute ?

In order to optimize css and js files for production, always run the following command before push :

```
brunch build -P
```

0 comments on commit 8e93601

Please sign in to comment.