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
To use Ribs you must have some tools :
- Composer
- Nodejs and npm
- Grunt
You can install it with composer with this command :
$ composer create-project piou-piou/ribs-framework my_project_name
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 !
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