Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
Go to file
nicolargo f7dd628d6e Update logo 2024-03-30 17:43:31 +01:00
app fix carousel not display on small screen and update screnshots 2015-10-05 23:50:58 +02:00
public Update logo 2024-03-30 17:43:31 +01:00
.gitignore Update Glances web site for version 2.7 2016-09-04 17:02:37 +02:00
README.md add readme 2015-10-05 13:54:01 +02:00
bower.json new version 2015-10-04 03:47:57 +02:00
brunch-config.js fix carousel not display on small screen and update screnshots 2015-10-05 23:50:58 +02:00
favicon.ico new version 2015-10-04 03:47:57 +02:00
index.html Update logo 2024-03-30 17:43:31 +01:00
package.json fix carousel not display on small screen and update screnshots 2015-10-05 23:50:58 +02:00

README.md

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