Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

openknowledgebe/datawijs

 
 

Repository files navigation

Datawijs.be

Website for Datawijs

Deployment

Make sure bower is installed

npm install -g bower

Go to root folder of project in CLI

Run following command:

bower update

This should install the jQuery, Modernizr and FontAwesome packages

Everything should now be into place to upload the site.

Development

Install gulp to preprocess SASS to CSS

npm install -g gulp
npm install

Run gulp once

gulp sass

Or let gulp watch for changes and keep the CSS up-to-date

gulp

Packages

No packages published

Languages

  • JavaScript 81.4%
  • CSS 12.1%
  • HTML 6.4%
  • Ruby 0.1%