This is the Fri3d Content webapp collection, including an implementation for the Call For Participation.
CSS is generated from the *.less files in fri3d/static/less, which are translated to *.css files and placed in fri3d/static/css via a Gulp task.
Gulp is used to parse LESS, Gulp can be installed through npm. All the required packages in package.json are related to CSS generation.
Installing gulp and necessary dependencies, from the root of the project:
$ npm install
Install the gulp-cli package:
$ npm install --global gulp-cli
Generate readable css, from the root of the project:
$ gulp dev
Generate compact css, from the root of the project:
$ gulp
$ virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ python run.py
CSS is generated from the *.less files in fri3d/static/less, which are translated to *.css files and placed in fri3d/static/css via a Gulp task.
Gulp is used to parse LESS, Gulp can be installed through npm. All the required packages in package.json are related to CSS generation.
Installing gulp and necessary dependencies, from the root of the project:
$ npm install
Generate readable css, from the root of the project:
$ gulp dev
Generate compact css, from the root of the project:
$ gulp