Skip to content

CitizenKey is a political campaign online manager project

License

Notifications You must be signed in to change notification settings

hiwelo/citizenkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c05322 · Apr 17, 2017
Apr 17, 2017
Jan 15, 2017
Apr 17, 2017
Feb 15, 2017
Apr 15, 2017
Mar 1, 2017
Feb 28, 2017
Apr 15, 2017
Feb 15, 2017
Apr 15, 2017
Feb 15, 2017
Apr 15, 2017
Apr 17, 2017
Mar 11, 2017
Mar 11, 2017
Jan 15, 2017
Feb 15, 2017

Repository files navigation

CitizenKey Web project

CitizenKey is a new generation CRM-like platform for activists and non-governmental organizations.

This repository contains all scripts used by the CitizenKey web project. This web application contains:

  • the web application (/src/CitizenKey/WebBundle/*) ;
  • the web stylesheets (/web-assets/*) ;
  • the core used by the web application and the mobile application.

Installation

To install this project, you have to clone the repository and run in the cloned directory:

  1. composer install to install all project requirements.
  2. npm install to install all template requirements.
  3. gulp to generate the stylesheets used by this project.