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.
To install this project, you have to clone the repository and run in the cloned directory:
composer installto install all project requirements.npm installto install all template requirements.gulpto generate the stylesheets used by this project.