Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwelo/citizenkey

CitizenKey is a political campaign online manager project
https://github.com/hiwelo/citizenkey

campaign-manager campaigns election-polling politics

Last synced: 1 day ago
JSON representation

CitizenKey is a political campaign online manager project

Awesome Lists containing this project

README

        

# 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.