Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 679 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 679 Bytes

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.