Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Code for the d4dcoalition.org website - built with Jekyll

Notifications You must be signed in to change notification settings

jfrant/d4dcoalition-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design4Democracy

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Your system must have the following command line utilities installed!

Installing & Local Environment

$ cd design4democracy
$ bundle install
$ npm install
$ gulp

Visit http://localhost:4000/ (BrowserSync should automatically spawn this for you!)

Deployment

gulp deploy will push the build artifacts out to the gh-pages branch of this repo. Please Note that this command does not commit to master. It will build the site locally using the production configuration, compress all images (lossless) and css/js, and deploy.

Production configuration is managed in the _config.production.yml file.

Built With

  • Jekyll - Static site generator
  • Gulp - Task runner

About

Code for the d4dcoalition.org website - built with Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.0%
  • CSS 39.7%
  • HTML 12.4%
  • Ruby 1.9%