Skip to content

Fri3dCamp/content.fri3d.be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content.fri3d.be

Introduction

This is the Fri3d Content webapp collection, including an implementation for the Call For Participation.

Generate CSS

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

Run the Content site

$ virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ python run.py

Generate CSS

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

Dependencies

About

Subdomain for Team Content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •