Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 1.49 KB

readme.md

File metadata and controls

42 lines (31 loc) · 1.49 KB

Ribs Framework

AGPL License Build Status Scrutinizer Code Quality

Ribs is a framework which allow you to create fully personalisable and administrable pages !

In this framework you can add an illimited number of modules created by yourself or the community :)

Ribs still under development, updates are committed on all the core

Requirement to use Ribs-framework

To use Ribs you must have some tools :

  • Composer
  • Nodejs and npm
  • Grunt

Install

Download Ribs

You can install it with composer with this command :

$ composer create-project piou-piou/ribs-framework my_project_name

Initialise Ribs

After you have download it, got in the folder of Ribs and do folowing line of command :

$ npm install

It will install necessary libs to compile all files.

Now installation is finished !

To run grunt for sass files

On the root of your ribs project, lauch grunt watching for changing in your sass files. To do this do this line of command :

$ grunt watch

Now all is ok to begin the creation of your website or web application