Ribs Framework
, (*1)
Ribs is a framework which allow you to create fully personalisable and administrable pages !, (*2)
In this framework you can add an illimited number of modules created by yourself or the community :), (*3)
Ribs still under development, updates are committed on all the core, (*4)
Requirement to use Ribs-framework
To use Ribs you must have some tools :
* Composer
* Nodejs and npm
* Grunt, (*5)
Install
Download Ribs
You can install it with composer with this command :, (*6)
$ 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 :, (*7)
$ npm install
It will install necessary libs to compile all files., (*8)
Now installation is finished !, (*9)
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 :, (*10)
$ grunt watch
Now all is ok to begin the creation of your website or web application, (*11)